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.cpp601 SmallVector<PHINode *, 8> LoopPhis( in simplifyAndExtend() local
609 while (!LoopPhis.empty()) { in simplifyAndExtend()
617 PHINode *CurrIV = LoopPhis.pop_back_val(); in simplifyAndExtend()
630 } while(!LoopPhis.empty()); in simplifyAndExtend()
645 LoopPhis.push_back(WidePhi); in simplifyAndExtend()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp2494 SmallVector<MachineInstr *> LoopPhis; in mergeRegUsesAfterPipeline() local
2505 LoopPhis.push_back(O.getParent()); in mergeRegUsesAfterPipeline()
2532 if (!LoopPhis.empty()) { in mergeRegUsesAfterPipeline()
2533 for (MachineInstr *Phi : LoopPhis) { in mergeRegUsesAfterPipeline()