Home
last modified time | relevance | path

Searched refs:BackEdge (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp243 BasicBlock *BackEdge = nullptr; member in __anon4b5acc0a0111::ComplexDeinterleavingGraph
1498 BackEdge = B; in collectPotentialReductions()
1978 auto *NewPHI = PHINode::Create(NewVTy, 0, "", BackEdge->getFirstNonPHI()); in replaceNode()
2028 NewPHI->addIncoming(OperationReplacement, BackEdge); in processReductionOperation()
2065 ReductionInfo[RootReal].first->removeIncomingValue(BackEdge); in replaceNodes()
2066 ReductionInfo[RootImag].first->removeIncomingValue(BackEdge); in replaceNodes()
H A DMachinePipeliner.cpp1604 int BackEdge = i; in createAdjacencyStructure() local
1605 auto Dep = OutputDeps.find(BackEdge); in createAdjacencyStructure()
1607 BackEdge = Dep->second; in createAdjacencyStructure()
1610 OutputDeps[N] = BackEdge; in createAdjacencyStructure()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp204 unsigned BackEdge = IncomingEdge^1; in handleFloatingPointIV() local
215 auto *Incr = dyn_cast<BinaryOperator>(PN->getIncomingValue(BackEdge)); in handleFloatingPointIV()
360 NewPHI->addIncoming(NewAdd, PN->getIncomingBlock(BackEdge)); in handleFloatingPointIV()