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);317 SmallPtrSet<Instruction *, 8> InsertedInstructions; variable
2381 auto InsertedInstructions = Expander.getAllInsertedInstructions(); in cleanup() local2383 SmallPtrSet<Instruction *, 8> InsertedSet(InsertedInstructions.begin(), in cleanup()2384 InsertedInstructions.end()); in cleanup()2391 for (Instruction *I : reverse(InsertedInstructions)) { in cleanup()
3272 SmallVector<Instruction *> InsertedInstructions; in visitAllocSite() local3274 II, DL, &TLI, AA, /*MustSucceed=*/true, &InsertedInstructions); in visitAllocSite()3275 for (Instruction *Inserted : InsertedInstructions) in visitAllocSite()
1629 SmallVector<Instruction *> InsertedInstructions; in visitCallInst() local1631 &InsertedInstructions)) { in visitCallInst()1632 for (Instruction *Inserted : InsertedInstructions) in visitCallInst()