Home
last modified time | relevance | path

Searched refs:LoopPhis (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp605 SmallVector<PHINode *, 8> LoopPhis; in simplifyAndExtend() local
607 LoopPhis.push_back(&PN); in simplifyAndExtend()
614 while (!LoopPhis.empty()) { in simplifyAndExtend()
622 PHINode *CurrIV = LoopPhis.pop_back_val(); in simplifyAndExtend()
635 } while(!LoopPhis.empty()); in simplifyAndExtend()
650 LoopPhis.push_back(WidePhi); in simplifyAndExtend()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp2465 SmallVector<MachineInstr *> LoopPhis; in mergeRegUsesAfterPipeline() local
2476 LoopPhis.push_back(O.getParent()); in mergeRegUsesAfterPipeline()
2499 if (!LoopPhis.empty()) { in mergeRegUsesAfterPipeline()
2500 for (MachineInstr *Phi : LoopPhis) { in mergeRegUsesAfterPipeline()