Searched refs:BackEdge (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollPeel.cpp | 105 PHINode *Phi, Loop *L, BasicBlock *BackEdge, in calculateIterationsToInvariance() argument 109 assert(BackEdge == L->getLoopLatch() && "Wrong latch?"); in calculateIterationsToInvariance() 116 Value *Input = Phi->getIncomingValueForBlock(BackEdge); in calculateIterationsToInvariance() 131 IncPhi, L, BackEdge, IterationsToInvariance); in calculateIterationsToInvariance() 280 BasicBlock *BackEdge = L->getLoopLatch(); in computePeelCount() local 281 assert(BackEdge && "Loop is not in simplified form?"); in computePeelCount() 285 Phi, L, BackEdge, IterationsToInvariance); in computePeelCount()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | IndVarSimplify.cpp | 289 unsigned BackEdge = IncomingEdge^1; in handleFloatingPointIV() local 300 auto *Incr = dyn_cast<BinaryOperator>(PN->getIncomingValue(BackEdge)); in handleFloatingPointIV() 445 NewPHI->addIncoming(NewAdd, PN->getIncomingBlock(BackEdge)); in handleFloatingPointIV()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachinePipeliner.cpp | 936 int BackEdge = i; in createAdjacencyStructure() local 937 auto Dep = OutputDeps.find(BackEdge); in createAdjacencyStructure() 939 BackEdge = Dep->second; in createAdjacencyStructure() 942 OutputDeps[N] = BackEdge; in createAdjacencyStructure()
|