Searched refs:InstToHoist (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1006 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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1061 void SCEVExpander::hoistBeforePos(DominatorTree *DT, Instruction *InstToHoist, in hoistBeforePos() argument 1064 if (DT->dominates(InstToHoist, Pos)) in hoistBeforePos() 1068 fixupInsertPoints(InstToHoist); in hoistBeforePos() 1069 InstToHoist->moveBefore(Pos); in hoistBeforePos() 1070 Pos = InstToHoist; in hoistBeforePos() 1071 InstToHoist = cast<Instruction>(InstToHoist->getOperand(0)); in hoistBeforePos() 1072 } while (InstToHoist != LoopPhi); in hoistBeforePos()
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 367 void hoistBeforePos(DominatorTree *DT, Instruction *InstToHoist,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 391 void hoistBeforePos(DominatorTree *DT, Instruction *InstToHoist,
|