Searched refs:InsertionPt (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 394 Instruction *InsertionPt = nullptr; in InsertStackProtectors() local 396 InsertionPt = CI; in InsertStackProtectors() 398 InsertionPt = RI; in InsertStackProtectors() 401 assert(InsertionPt != nullptr && "BB must have a terminator instruction at " in InsertStackProtectors() 407 CallInst::Create(Intrinsic, StackGuardVar, "", InsertionPt); in InsertStackProtectors()
|
/external/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 469 Instruction *InsertionPt = findMatInsertPt(ConstUser.Inst, in emitBaseConstants() local 472 "const_mat", InsertionPt); in emitBaseConstants()
|
D | SeparateConstOffsetFromGEP.cpp | 135 ConstantOffsetExtractor(const DataLayout *Layout, Instruction *InsertionPt) in ConstantOffsetExtractor() argument 136 : DL(Layout), IP(InsertionPt) {} in ConstantOffsetExtractor()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 370 Instruction *&InsertionPt, Instruction *&K1, 391 Instruction *&InsertionPt, 2814 Instruction *&InsertionPt, in replaceOutputsOfPair() argument 2863 InsertionPt = K2; in replaceOutputsOfPair() 2891 Instruction *&InsertionPt, in moveUsesOfIAfterJ() argument 2906 " to after " << *InsertionPt << "\n"); in moveUsesOfIAfterJ() 2908 InstToMove->insertAfter(InsertionPt); in moveUsesOfIAfterJ() 2909 InsertionPt = InstToMove; in moveUsesOfIAfterJ() 3150 Instruction *InsertionPt = K; in fuseChosenPairs() local 3152 replaceOutputsOfPair(Context, L, H, K, InsertionPt, K1, K2); in fuseChosenPairs() [all …]
|