Searched defs:ExitingBlock (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 412 MachineBasicBlock *ExitingBlock = L->findLoopControlBlock(); in findInductionRegister() local 594 MachineBasicBlock *ExitingBlock = L->findLoopControlBlock(); in getLoopTripCount() local 1223 MachineBasicBlock *ExitingBlock = L->findLoopControlBlock(); convertToHardwareLoop() local 1595 MachineBasicBlock *ExitingBlock = L->findLoopControlBlock(); fixupInductionVariable() local 1841 MachineBasicBlock *ExitingBlock = L->findLoopControlBlock(); createPreheaderForLoop() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUnroll.cpp | 359 for (auto *ExitingBlock : ExitingBlocks) { UnrollLoop() local
|
H A D | LoopSimplify.cpp | 634 if (!ExitingBlock->getSinglePredecessor()) continue; in simplifyOneLoop() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 917 const BasicBlock *ExitBlock) -> BranchProbability { in isLoopProfitableToPredicate()
|
H A D | LoopFuse.cpp | 155 BasicBlock *ExitingBlock; member [all...] |
H A D | LoopUnrollPass.cpp | 1221 BasicBlock *ExitingBlock = L->getLoopLatch(); tryToUnrollLoop() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 8189 getSmallConstantTripCount(const Loop * L,const BasicBlock * ExitingBlock) getSmallConstantTripCount() argument 8248 getSmallConstantTripMultiple(const Loop * L,const BasicBlock * ExitingBlock) getSmallConstantTripMultiple() argument 8257 getExitCount(const Loop * L,const BasicBlock * ExitingBlock,ExitCountKind Kind) getExitCount() argument 8595 getExact(const BasicBlock * ExitingBlock,ScalarEvolution * SE) const getExact() argument 8605 getConstantMax(const BasicBlock * ExitingBlock,ScalarEvolution * SE) const getConstantMax() argument 8614 getSymbolicMax(const BasicBlock * ExitingBlock,ScalarEvolution * SE) const getSymbolicMax() argument 8829 computeExitLimit(const Loop * L,BasicBlock * ExitingBlock,bool AllowPredicates) computeExitLimit() argument 9233 computeExitLimitFromSingleExitSwitch(const Loop * L,SwitchInst * Switch,BasicBlock * ExitingBlock,bool ControlsOnlyExit) computeExitLimitFromSingleExitSwitch() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 2599 setExiting(VPBlockBase * ExitingBlock) setExiting() argument
|