Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1006 void SCEVExpander::hoistBeforePos(DominatorTree *DT, Instruction *InstToHoist, in hoistBeforePos() argument
1009 if (DT->dominates(InstToHoist, Pos)) in hoistBeforePos()
1013 fixupInsertPoints(InstToHoist); in hoistBeforePos()
1014 InstToHoist->moveBefore(Pos); in hoistBeforePos()
1015 Pos = InstToHoist; in hoistBeforePos()
1016 InstToHoist = cast<Instruction>(InstToHoist->getOperand(0)); in hoistBeforePos()
1017 } while (InstToHoist != LoopPhi); in hoistBeforePos()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h367 void hoistBeforePos(DominatorTree *DT, Instruction *InstToHoist,