Searched refs:InsertedInstructions (Results 1 – 5 of 5) sorted by relevance
603 SmallVectorImpl<Instruction *> *InsertedInstructions) { in lowerObjectSizeCall() argument639 if (InsertedInstructions) in lowerObjectSizeCall()640 InsertedInstructions->push_back(I); in lowerObjectSizeCall()1186 [&](Instruction *I) { InsertedInstructions.insert(I); })), in ObjectSizeOffsetEvaluator()1211 for (Instruction *I : InsertedInstructions) { in compute()1218 InsertedInstructions.clear(); in compute()1368 InsertedInstructions.erase(OffsetPHI); in visitPHINode()1371 InsertedInstructions.erase(SizePHI); in visitPHINode()1383 InsertedInstructions.erase(SizePHI); in visitPHINode()1389 InsertedInstructions.erase(OffsetPHI); in visitPHINode()
195 SmallVectorImpl<Instruction *> *InsertedInstructions = nullptr);353 SmallPtrSet<Instruction *, 8> InsertedInstructions; variable
2388 auto InsertedInstructions = Expander.getAllInsertedInstructions(); in cleanup() local2391 InsertedInstructions); in cleanup()2398 for (Instruction *I : reverse(InsertedInstructions)) { in cleanup()
1819 SmallVector<Instruction *> InsertedInstructions; in visitCallInst() local1821 &InsertedInstructions)) { in visitCallInst()1822 for (Instruction *Inserted : InsertedInstructions) in visitCallInst()
3613 SmallVector<Instruction *> InsertedInstructions; in visitAllocSite() local3615 II, DL, &TLI, AA, /*MustSucceed=*/true, &InsertedInstructions); in visitAllocSite()3616 for (Instruction *Inserted : InsertedInstructions) in visitAllocSite()