Home
last modified time | relevance | path

Searched refs:InsertionPoints (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp145 using InsertionPoints = DenseMap<Instruction *, Uses>; typedef in __anon049483970111::AArch64PromoteConstant
162 InsertionPoints &InsertPts);
178 InsertionPoints &InsertPts);
188 InsertionPoints &InsertPts);
194 InsertionPoints &InsertPts);
205 InsertionPoints::iterator &IPI, in appendAndTransferDominatedUses()
206 InsertionPoints &InsertPts) { in appendAndTransferDominatedUses()
383 InsertionPoints &InsertPts) { in isDominated()
409 InsertionPoints &InsertPts) { in tryAndMerge()
417 for (InsertionPoints::iterator IPI = InsertPts.begin(), in tryAndMerge()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h330 using InsertionPoints = SmallVector<std::unique_ptr<InsertPoint>, 2>; variable
331 using insertpt_iterator = InsertionPoints::iterator;
332 using const_insertpt_iterator = InsertionPoints::const_iterator;
346 InsertionPoints InsertPoints;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp646 DenseMap<GlobalValue::GUID, PGOCtxProfContext *> InsertionPoints; in initIndex() local
648 InsertionPoints[Guid] = &FI.Index; in initIndex()
651 auto InsertIt = InsertionPoints.find(Ctx.guid()); in initIndex()
652 if (InsertIt == InsertionPoints.end()) in initIndex()