Searched refs:HasPromoted (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 411 LoadInst *&LI, Instruction *&Inst, bool HasPromoted); 424 bool HasPromoted, TypePromotionTransaction &TPT, 6144 Instruction *&Inst, bool HasPromoted) { in canFormExtLd() argument 6158 if (!HasPromoted && LI->getParent() == Inst->getParent()) in canFormExtLd() 6214 bool HasPromoted = tryToPromoteExts(TPT, Exts, SpeculativelyMovedExts); in optimizeExt() local 6222 if (canFormExtLd(SpeculativelyMovedExts, LI, ExtFedByLoad, HasPromoted)) { in optimizeExt() 6235 HasPromoted, TPT, SpeculativelyMovedExts)) in optimizeExt() 6249 bool HasPromoted, TypePromotionTransaction &TPT, in performAddressTypePromotion() argument 6270 if (HasPromoted) in performAddressTypePromotion() 6298 bool HasPromoted = tryToPromoteExts(TPT, Exts, Chains); in performAddressTypePromotion() local [all …]
|