Searched refs:NewPt (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64PromoteConstant.cpp | 132 /// \param NewPt the insertion point to be checked 135 /// \pre NewPt and all instruction in InsertPts belong to the same function 136 /// \return true if one of the insertion point in InsertPts dominates NewPt, 138 bool isDominated(Instruction *NewPt, Use &Use, InsertionPoints &InsertPts); 144 /// \param NewPt the insertion point to be checked 147 /// \pre NewPt and all instruction in InsertPts belong to the same function 150 /// have been merged with NewPt in a common dominator, 152 bool tryAndMerge(Instruction *NewPt, Use &Use, InsertionPoints &InsertPts); 184 /// Transfer the list of dominated uses of IPI to NewPt in InsertPts. 186 static void appendAndTransferDominatedUses(Instruction *NewPt, Us argument 342 isDominated(Instruction *NewPt, Use &Use, InsertionPoints &InsertPts) argument 368 tryAndMerge(Instruction *NewPt, Use &Use, InsertionPoints &InsertPts) argument [all...] |
Completed in 31 milliseconds