HomeSort by relevance Sort by last modified time
    Searched refs:InsertionPt (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
StackProtector.cpp 394 Instruction *InsertionPt = nullptr;
396 InsertionPt = CI;
398 InsertionPt = RI;
401 assert(InsertionPt != nullptr && "BB must have a terminator instruction at "
407 CallInst::Create(Intrinsic, StackGuardVar, "", InsertionPt);
  /external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 469 Instruction *InsertionPt = findMatInsertPt(ConstUser.Inst,
472 "const_mat", InsertionPt);
SeparateConstOffsetFromGEP.cpp 135 ConstantOffsetExtractor(const DataLayout *Layout, Instruction *InsertionPt)
136 : DL(Layout), IP(InsertionPt) {}
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 370 Instruction *&InsertionPt, Instruction *&K1,
391 Instruction *&InsertionPt,
    [all...]

Completed in 87 milliseconds