Searched refs:NewPt (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 138 bool isDominated(Instruction *NewPt, Use &Use, InsertionPoints &InsertPts); 152 bool tryAndMerge(Instruction *NewPt, Use &Use, InsertionPoints &InsertPts); 186 static void appendAndTransferDominatedUses(Instruction *NewPt, Use &Use, in appendAndTransferDominatedUses() argument 197 InsertPts[NewPt] = std::move(OldUses); in appendAndTransferDominatedUses() 342 bool AArch64PromoteConstant::isDominated(Instruction *NewPt, Use &Use, in isDominated() argument 346 *NewPt->getParent()->getParent()).getDomTree(); in isDominated() 351 if (NewPt == IPI.first || DT.dominates(IPI.first, NewPt) || in isDominated() 355 (IPI.first->getParent() != NewPt->getParent() && in isDominated() 356 DT.dominates(IPI.first->getParent(), NewPt->getParent()))) { in isDominated() 368 bool AArch64PromoteConstant::tryAndMerge(Instruction *NewPt, Use &Use, in tryAndMerge() argument [all …]
|