Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp84 int64_t ExpectedDist = 0; member
225 if (!isAligned(StackAlign, CC.ExpectedDist)) in isProfitable()
229 Advantage += (CC.ExpectedDist >> Log2SlotSize) * 3; in isProfitable()
476 for (; MMI != MME; ++MMI, Context.ExpectedDist += SlotSize) in collectCallInfo()
500 TII->setFrameAdjustment(*FrameSetup, Context.ExpectedDist); in adjustCallSequence()
507 for (int Idx = (Context.ExpectedDist >> Log2SlotSize) - 1; Idx >= 0; --Idx) { in adjustCallSequence()