Searched refs:Phis (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBitSimplify.cpp | 2522 std::vector<PhiInfo> Phis; in processLoop() local 2542 Phis.push_back(PhiInfo(I, *C.LB)); in processLoop() 2547 for (auto &I : Phis) { in processLoop() 2556 if (Phis.empty()) in processLoop() 2659 if (std::find_if(Phis.begin(), Phis.end(), LoopInpEq) == Phis.end()) in processLoop() 2684 auto F = std::find_if(Phis.begin(), Phis.end(), LoopInpEq); in processLoop() 2685 if (F == Phis.end()) in processLoop()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1693 SmallVector<PHINode*, 8> Phis; in replaceCongruentIVs() local 1696 Phis.push_back(PN); in replaceCongruentIVs() 1702 std::sort(Phis.begin(), Phis.end(), [](Value *LHS, Value *RHS) { in replaceCongruentIVs() 1714 for (PHINode *Phi : Phis) { in replaceCongruentIVs() 1746 && TTI->isTruncateFree(Phi->getType(), Phis.back()->getType())) { in replaceCongruentIVs() 1750 SE.getTruncateExpr(SE.getSCEV(Phi), Phis.back()->getType()); in replaceCongruentIVs()
|
/external/v8/ |
D | ChangeLog | 6784 Fix representation of Phis for mutable-heapnumber-in-object-literal
|