Searched refs:InsertedInstructions (Results 1 – 5 of 5) sorted by relevance
614 SmallVectorImpl<Instruction *> *InsertedInstructions) { in lowerObjectSizeCall() argument650 if (InsertedInstructions) in lowerObjectSizeCall()651 InsertedInstructions->push_back(I); in lowerObjectSizeCall()1050 [&](Instruction *I) { InsertedInstructions.insert(I); })), in ObjectSizeOffsetEvaluator()1075 for (Instruction *I : InsertedInstructions) { in compute()1082 InsertedInstructions.clear(); in compute()1226 InsertedInstructions.erase(OffsetPHI); in visitPHINode()1229 InsertedInstructions.erase(SizePHI); in visitPHINode()1241 InsertedInstructions.erase(SizePHI); in visitPHINode()1247 InsertedInstructions.erase(OffsetPHI); in visitPHINode()
188 SmallVectorImpl<Instruction *> *InsertedInstructions = nullptr);315 SmallPtrSet<Instruction *, 8> InsertedInstructions; variable
2279 auto InsertedInstructions = Expander.getAllInsertedInstructions(); in cleanup() local2281 SmallPtrSet<Instruction *, 8> InsertedSet(InsertedInstructions.begin(), in cleanup()2282 InsertedInstructions.end()); in cleanup()2289 for (Instruction *I : reverse(InsertedInstructions)) { in cleanup()
1564 SmallVector<Instruction *> InsertedInstructions; in visitCallInst() local1566 &InsertedInstructions)) { in visitCallInst()1567 for (Instruction *Inserted : InsertedInstructions) in visitCallInst()
2867 SmallVector<Instruction *> InsertedInstructions; in visitAllocSite() local2869 II, DL, &TLI, AA, /*MustSucceed=*/true, &InsertedInstructions); in visitAllocSite()2870 for (Instruction *Inserted : InsertedInstructions) in visitAllocSite()