Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4101 long long TotalCreatedInstsCost = CreatedInstsCost + NewCreatedInstsCost; in extLdPromotion() local
4102 TotalCreatedInstsCost -= ExtCost; in extLdPromotion()
4104 (TotalCreatedInstsCost > 1 || in extLdPromotion()
4112 (void)extLdPromotion(TPT, LI, Inst, NewExts, TotalCreatedInstsCost); in extLdPromotion()