Home
last modified time | relevance | path

Searched refs:Phis (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceCfgNode.h78 PhiList &getPhis() { return Phis; } in getPhis()
80 const PhiList &getPhis() const { return Phis; } in getPhis()
146 PhiList Phis; /// unordered set of phi instructions variable
DIceCfgNode.cpp48 Phis.push_back(Phi); in appendInst()
87 removeDeletedAndRenumber(&Phis, Func); in renumberInstructions()
116 for (Inst &Instr : Phis) { in enforcePhiConsistency()
166 for (Inst &I : Phis) { in placePhiLoads()
258 for (Inst &I : Succ->Phis) { in placePhiStores()
275 for (Inst &I : Phis) in deletePhis()
454 for (Inst &I : Phis) { in advancedPhiLowering()
665 for (Inst &I : Phis) { in livenessLightweight()
702 for (Inst &I : Succ->Phis) { in liveness()
724 for (Inst &I : Phis) { in liveness()
[all …]
/external/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp327 NodeList Phis; in computePhiInfo() local
332 Phis.insert(Phis.end(), Ps.begin(), Ps.end()); in computePhiInfo()
340 for (NodeAddr<PhiNode*> PhiA : Phis) { in computePhiInfo()
587 auto Phis = BA.Addr->members_if(DFG.IsCode<NodeAttrs::Phi>, DFG); in computeLiveIns() local
588 for (NodeAddr<PhiNode*> PA : Phis) { in computeLiveIns()
DHexagonBitSimplify.cpp2527 std::vector<PhiInfo> Phis; in processLoop() local
2547 Phis.push_back(PhiInfo(I, *C.LB)); in processLoop()
2552 for (auto &I : Phis) { in processLoop()
2561 if (Phis.empty()) in processLoop()
2664 if (std::find_if(Phis.begin(), Phis.end(), LoopInpEq) == Phis.end()) in processLoop()
2689 auto F = std::find_if(Phis.begin(), Phis.end(), LoopInpEq); in processLoop()
2690 if (F == Phis.end()) in processLoop()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1756 SmallVector<PHINode*, 8> Phis; in replaceCongruentIVs() local
1759 Phis.push_back(PN); in replaceCongruentIVs()
1765 std::sort(Phis.begin(), Phis.end(), [](Value *LHS, Value *RHS) { in replaceCongruentIVs()
1777 for (PHINode *Phi : Phis) { in replaceCongruentIVs()
1809 TTI->isTruncateFree(Phi->getType(), Phis.back()->getType())) { in replaceCongruentIVs()
1813 SE.getTruncateExpr(SE.getSCEV(Phi), Phis.back()->getType()); in replaceCongruentIVs()
/external/v8/
DChangeLog21935 Fix representation of Phis for mutable-heapnumber-in-object-literal