Searched refs:InsertionPoints (Results 1 – 3 of 3) sorted by relevance
145 using InsertionPoints = DenseMap<Instruction *, Uses>; typedef in __anon049483970111::AArch64PromoteConstant162 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 …]
330 using InsertionPoints = SmallVector<std::unique_ptr<InsertPoint>, 2>; variable331 using insertpt_iterator = InsertionPoints::iterator;332 using const_insertpt_iterator = InsertionPoints::const_iterator;346 InsertionPoints InsertPoints;
646 DenseMap<GlobalValue::GUID, PGOCtxProfContext *> InsertionPoints; in initIndex() local648 InsertionPoints[Guid] = &FI.Index; in initIndex()651 auto InsertIt = InsertionPoints.find(Ctx.guid()); in initIndex()652 if (InsertIt == InsertionPoints.end()) in initIndex()