Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp3688 long long TotalCreatedInstsCost = CreatedInstsCost + NewCreatedInstsCost; in ExtLdPromotion() local
3689 TotalCreatedInstsCost -= ExtCost; in ExtLdPromotion()
3691 (TotalCreatedInstsCost > 1 || in ExtLdPromotion()
3699 (void)ExtLdPromotion(TPT, LI, Inst, NewExts, TotalCreatedInstsCost); in ExtLdPromotion()