Searched refs:InsertionPt (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 229 ConstantOffsetExtractor(Instruction *InsertionPt, const DominatorTree *DT) in ConstantOffsetExtractor() argument 230 : IP(InsertionPt), DL(InsertionPt->getModule()->getDataLayout()), DT(DT) { in ConstantOffsetExtractor()
|
D | ConstantHoisting.cpp | 480 Instruction *InsertionPt = findMatInsertPt(ConstUser.Inst, in emitBaseConstants() local 483 "const_mat", InsertionPt); in emitBaseConstants()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 375 Instruction *&InsertionPt, Instruction *&K1, 396 Instruction *&InsertionPt, 2839 Instruction *&InsertionPt, in replaceOutputsOfPair() argument 2885 InsertionPt = K2; in replaceOutputsOfPair() 2912 Instruction *&InsertionPt, in moveUsesOfIAfterJ() argument 2927 " to after " << *InsertionPt << "\n"); in moveUsesOfIAfterJ() 2929 InstToMove->insertAfter(InsertionPt); in moveUsesOfIAfterJ() 2930 InsertionPt = InstToMove; in moveUsesOfIAfterJ() 3159 Instruction *InsertionPt = K; in fuseChosenPairs() local 3161 replaceOutputsOfPair(Context, L, H, K, InsertionPt, K1, K2); in fuseChosenPairs() [all …]
|