Searched refs:HasPromoted (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 453 LoadInst *&LI, Instruction *&Inst, bool HasPromoted); 465 bool HasPromoted, TypePromotionTransaction &TPT, 6547 Instruction *&Inst, bool HasPromoted) { in canFormExtLd() argument 6561 if (!HasPromoted && LI->getParent() == Inst->getParent()) in canFormExtLd() 6617 bool HasPromoted = tryToPromoteExts(TPT, Exts, SpeculativelyMovedExts); in optimizeExt() local 6625 if (canFormExtLd(SpeculativelyMovedExts, LI, ExtFedByLoad, HasPromoted)) { in optimizeExt() 6638 HasPromoted, TPT, SpeculativelyMovedExts)) in optimizeExt() 6652 bool HasPromoted, TypePromotionTransaction &TPT, in performAddressTypePromotion() argument 6673 if (HasPromoted) in performAddressTypePromotion() 6701 bool HasPromoted = tryToPromoteExts(TPT, Exts, Chains); in performAddressTypePromotion() local [all …]
|