Searched defs:ExitingBB (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp619 BasicBlock *ExitingBB, *ExitBB; local
H A DSimpleLoopUnswitch.cpp161 static bool areLoopExitPHIsLoopInvariant(Loop &L, BasicBlock &ExitingBB, argument
H A DIndVarSimplify.cpp2085 static bool isLoopExitTestBasedOn(Value *V, BasicBlock *ExitingBB) { argument
2098 static bool needsLFTR(Loop *L, BasicBlock *ExitingBB) { argument
2274 static PHINode *FindLoopCounter(Loop *L, BasicBlock *ExitingBB, argument
2358 genLoopLimit(PHINode *IndVar, BasicBlock *ExitingBB, const SCEV *ExitCount, bool UsePostInc, Loop *L, SCEVExpander &Rewriter, ScalarEvolution *SE) argument
2449 linearFunctionTestReplace(Loop *L, BasicBlock *ExitingBB, const SCEV *ExitCount, PHINode *IndVar, SCEVExpander &Rewriter) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp2179 BasicBlock *ExitingBB = L->getExitingBlock(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2124 MachineBasicBlock *ExitingBB = nullptr; local
2263 rotateLoop(BlockChain &LoopChain, const MachineBasicBlock *ExitingBB, BlockFrequency ExitFreq, const BlockFilterSet &LoopBlockSet) argument
[all...]
H A DModuloSchedule.cpp1734 MachineBasicBlock *ExitingBB = CreateLCSSAExitingBlock(); local

Completed in 283 milliseconds