Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp120 typedef DenseMap<Instruction *, Uses> InsertionPoints; typedef in __anone48eb3b90111::AArch64PromoteConstant
123 typedef DenseMap<Function *, InsertionPoints> InsertionPointsPerFunc;
138 bool isDominated(Instruction *NewPt, Use &Use, InsertionPoints &InsertPts);
152 bool tryAndMerge(Instruction *NewPt, Use &Use, InsertionPoints &InsertPts);
187 InsertionPoints::iterator &IPI, in appendAndTransferDominatedUses()
188 InsertionPoints &InsertPts) { in appendAndTransferDominatedUses()
343 InsertionPoints &InsertPts) { in isDominated()
369 InsertionPoints &InsertPts) { in tryAndMerge()
377 for (InsertionPoints::iterator IPI = InsertPts.begin(), in tryAndMerge()
444 InsertionPoints &InsertPts = in computeInsertionPoints()
[all …]