Searched refs:getInsertPointForUses (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 200 static Instruction *getInsertPointForUses(Instruction *User, Value *Def, in getInsertPointForUses() function 680 Instruction *InsertPt = getInsertPointForUses(User, Op, DT); in RewriteIVExpressions() 1040 IRBuilder<> Builder(getInsertPointForUses(DU.NarrowUse, DU.NarrowDef, DT)); in WidenIVUse()
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 184 static Instruction *getInsertPointForUses(Instruction *User, Value *Def, in getInsertPointForUses() function 1201 getInsertPointForUses(DU.NarrowUse, DU.NarrowDef, DT, LI)); in truncateIVUse() 1239 getInsertPointForUses(DU.NarrowUse, DU.NarrowDef, DT, LI)); in widenLoopCompare()
|