Home
last modified time | relevance | path

Searched defs:ExitingBlock (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp412 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 DLoopUnroll.cpp359 for (auto *ExitingBlock : ExitingBlocks) { UnrollLoop() local
H A DLoopSimplify.cpp634 if (!ExitingBlock->getSinglePredecessor()) continue; in simplifyOneLoop() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp917 const BasicBlock *ExitBlock) -> BranchProbability { in isLoopProfitableToPredicate()
H A DLoopFuse.cpp155 BasicBlock *ExitingBlock; member
[all...]
H A DLoopUnrollPass.cpp1221 BasicBlock *ExitingBlock = L->getLoopLatch(); tryToUnrollLoop() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8189 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 DVPlan.h2599 setExiting(VPBlockBase * ExitingBlock) setExiting() argument