Home
last modified time | relevance | path

Searched refs:InsertionPt (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DStackProtector.cpp394 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/
DConstantHoisting.cpp469 Instruction *InsertionPt = findMatInsertPt(ConstUser.Inst, in emitBaseConstants() local
472 "const_mat", InsertionPt); in emitBaseConstants()
DSeparateConstOffsetFromGEP.cpp135 ConstantOffsetExtractor(const DataLayout *Layout, Instruction *InsertionPt) in ConstantOffsetExtractor() argument
136 : DL(Layout), IP(InsertionPt) {} in ConstantOffsetExtractor()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp370 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 …]