Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp166 InsertionPoints &InsertPts);
182 InsertionPoints &InsertPts);
198 InsertionPoints &InsertPts);
219 InsertPts[NewPt] = std::move(OldUses); in appendAndTransferDominatedUses()
221 InsertPts.erase(OldInstr); in appendAndTransferDominatedUses()
389 for (auto &IPI : InsertPts) { in isDominated()
480 InsertPts[InsertionPoint].emplace_back(User, OpNo); in computeInsertionPoint()
508 for (const auto &IPI : InsertPts) { in insertDefinitions()
544 InsertionPoints InsertPts; in promoteConstants() local
546 computeInsertionPoint(U->User, U->Op, InsertPts); in promoteConstants()
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp277 auto &InsertPts = InsertPtsMap[Node].first; in findBestInsertionSet() local
287 BBs.insert(InsertPts.begin(), InsertPts.end()); in findBestInsertionSet()
309 ParentInsertPts.insert(InsertPts.begin(), InsertPts.end()); in findBestInsertionSet()
321 SetVector<Instruction *> InsertPts; in findConstantInsertionPoint() local
327 InsertPts.insert(&Entry->front()); in findConstantInsertionPoint()
328 return InsertPts; in findConstantInsertionPoint()
337 InsertPts.insert(&*InsertPt); in findConstantInsertionPoint()
339 return InsertPts; in findConstantInsertionPoint()
348 InsertPts.insert(&Entry->front()); in findConstantInsertionPoint()
349 return InsertPts; in findConstantInsertionPoint()
[all …]
H A DLICM.cpp469 SmallVector<Instruction *, 8> InsertPts; in runOnLoop() local
471 InsertPts.reserve(ExitBlocks.size()); in runOnLoop()
474 InsertPts.push_back(&*ExitBlock->getFirstInsertionPt()); in runOnLoop()
489 PointerMustAliases, ExitBlocks, InsertPts, MSSAInsertPts, PIC, LI, in runOnLoop()
1909 SmallVectorImpl<Instruction *> &InsertPts, in promoteLoopAccessesToScalars() argument
2155 InsertPts, MSSAInsertPts, PIC, MSSAU, *LI, DL, in promoteLoopAccessesToScalars()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp162 ArrayRef<Instruction *> InsertPts, in PGOCounterPromoterHelper() argument
166 InsertPts(InsertPts), LoopToCandidates(LoopToCands), LI(LI) {
175 Instruction *InsertPos = InsertPts[i]; in doExtraRewritesBeforeFinalDeletion()
219 ArrayRef<Instruction *> InsertPts; member in __anon9365ea9b0111::PGOCounterPromoterHelper
246 InsertPts.push_back(&*ExitBlock->getFirstInsertionPt()); in PGOCounterPromoter()
293 InsertPts, LoopToCandidates, LI); in run()
384 SmallVector<Instruction *, 8> InsertPts; member in __anon9365ea9b0111::PGOCounterPromoter