Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp243 BasicBlock *BackEdge = nullptr; member in __anon87c1be940111::ComplexDeinterleavingGraph
1498 BackEdge = B; in collectPotentialReductions()
1975 auto *NewPHI = PHINode::Create(NewVTy, 0, "", BackEdge->getFirstNonPHIIt()); in replaceNode()
2024 NewPHI->addIncoming(OperationReplacement, BackEdge); in processReductionOperation()
2061 ReductionInfo[RootReal].first->removeIncomingValue(BackEdge); in replaceNodes()
2062 ReductionInfo[RootImag].first->removeIncomingValue(BackEdge); in replaceNodes()
H A DMachinePipeliner.cpp1664 int BackEdge = i; in createAdjacencyStructure() local
1665 auto Dep = OutputDeps.find(BackEdge); in createAdjacencyStructure()
1667 BackEdge = Dep->second; in createAdjacencyStructure()
1670 OutputDeps[N] = BackEdge; in createAdjacencyStructure()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp209 unsigned BackEdge = IncomingEdge^1; in handleFloatingPointIV() local
220 auto *Incr = dyn_cast<BinaryOperator>(PN->getIncomingValue(BackEdge)); in handleFloatingPointIV()
368 NewPHI->addIncoming(NewAdd, PN->getIncomingBlock(BackEdge)); in handleFloatingPointIV()