Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1689 SmallVector<PHINode*, 8> Phis; in replaceCongruentIVs() local
1692 Phis.push_back(Phi); in replaceCongruentIVs()
1695 std::sort(Phis.begin(), Phis.end(), [](Value *LHS, Value *RHS) { in replaceCongruentIVs()
1707 for (SmallVectorImpl<PHINode*>::const_iterator PIter = Phis.begin(), in replaceCongruentIVs()
1708 PEnd = Phis.end(); PIter != PEnd; ++PIter) { in replaceCongruentIVs()
1729 && TTI->isTruncateFree(Phi->getType(), Phis.back()->getType())) { in replaceCongruentIVs()
1733 SE.getTruncateExpr(SE.getSCEV(Phi), Phis.back()->getType()); in replaceCongruentIVs()
/external/v8/
DChangeLog700 Fix representation of Phis for mutable-heapnumber-in-object-literal