Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4087 unsigned NewCreatedInstsCost = 0; in extLdPromotion() local
4090 Value *PromotedVal = TPH(I, TPT, PromotedInsts, NewCreatedInstsCost, in extLdPromotion()
4101 long long TotalCreatedInstsCost = CreatedInstsCost + NewCreatedInstsCost; in extLdPromotion()
4113 if (LI && (StressExtLdPromotion || NewCreatedInstsCost <= ExtCost || in extLdPromotion()