Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackProtector.cpp390 Instruction *InsertionPt = nullptr; in InsertStackProtectors() local
392 InsertionPt = CI; in InsertStackProtectors()
394 InsertionPt = RI; in InsertStackProtectors()
397 assert(InsertionPt != nullptr && in InsertStackProtectors()
403 CallInst::Create(Intrinsic, StackGuardVar, "", InsertionPt); in InsertStackProtectors()
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp473 Instruction *InsertionPt = findMatInsertPt(ConstUser.Inst, in emitBaseConstants() local
476 "const_mat", InsertionPt); in emitBaseConstants()
DSeparateConstOffsetFromGEP.cpp229 ConstantOffsetExtractor(Instruction *InsertionPt, const DominatorTree *DT) in ConstantOffsetExtractor() argument
230 : IP(InsertionPt), DL(InsertionPt->getModule()->getDataLayout()), DT(DT) { in ConstantOffsetExtractor()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp375 Instruction *&InsertionPt, Instruction *&K1,
396 Instruction *&InsertionPt,
2821 Instruction *&InsertionPt, in replaceOutputsOfPair() argument
2867 InsertionPt = K2; in replaceOutputsOfPair()
2894 Instruction *&InsertionPt, in moveUsesOfIAfterJ() argument
2909 " to after " << *InsertionPt << "\n"); in moveUsesOfIAfterJ()
2911 InstToMove->insertAfter(InsertionPt); in moveUsesOfIAfterJ()
2912 InsertionPt = InstToMove; in moveUsesOfIAfterJ()
3141 Instruction *InsertionPt = K; in fuseChosenPairs() local
3143 replaceOutputsOfPair(Context, L, H, K, InsertionPt, K1, K2); in fuseChosenPairs()
[all …]