Home
last modified time | relevance | path

Searched refs:HasPromoted (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp447 LoadInst *&LI, Instruction *&Inst, bool HasPromoted);
459 bool HasPromoted, TypePromotionTransaction &TPT,
6278 Instruction *&Inst, bool HasPromoted) { in canFormExtLd() argument
6292 if (!HasPromoted && LI->getParent() == Inst->getParent()) in canFormExtLd()
6348 bool HasPromoted = tryToPromoteExts(TPT, Exts, SpeculativelyMovedExts); in optimizeExt() local
6356 if (canFormExtLd(SpeculativelyMovedExts, LI, ExtFedByLoad, HasPromoted)) { in optimizeExt()
6369 HasPromoted, TPT, SpeculativelyMovedExts)) in optimizeExt()
6383 bool HasPromoted, TypePromotionTransaction &TPT, in performAddressTypePromotion() argument
6404 if (HasPromoted) in performAddressTypePromotion()
6432 bool HasPromoted = tryToPromoteExts(TPT, Exts, Chains); in performAddressTypePromotion() local
[all …]