Searched refs:ExtLdPromotion (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 184 bool ExtLdPromotion(TypePromotionTransaction &TPT, LoadInst *&LI, 3576 bool CodeGenPrepare::ExtLdPromotion(TypePromotionTransaction &TPT, in ExtLdPromotion() function in CodeGenPrepare 3626 (void)ExtLdPromotion(TPT, LI, Inst, NewExts, TotalCreatedInstsCost); in ExtLdPromotion() 3660 bool HasPromoted = ExtLdPromotion(TPT, LI, I, Exts); in MoveExtToFormExtLoad()
|