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

/external/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp120 typedef DenseMap<Instruction *, Uses> InsertionPoints; typedef in class:__anon10641::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,
188 InsertionPoints &InsertPts) {
343 InsertionPoints &InsertPts) {
369 InsertionPoints &InsertPts) {
377 for (InsertionPoints::iterator IPI = InsertPts.begin(),
444 InsertionPoints
[all...]

Completed in 72 milliseconds