Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DStack.cpp51 uintptr_t PrevBottom = BottomOfStack; in runWithSufficientStackSpaceSlow() local
57 BottomOfStack = PrevBottom; in runWithSufficientStackSpaceSlow()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h77 LLVM_ABI void openBottom(SlotIndex PrevBottom);
92 LLVM_ABI void openBottom(MachineBasicBlock::const_iterator PrevBottom);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp206 void IntervalPressure::openBottom(SlotIndex PrevBottom) { in openBottom() argument
207 if (BottomIdx > PrevBottom) in openBottom()
214 void RegionPressure::openBottom(MachineBasicBlock::const_iterator PrevBottom) { in openBottom() argument
215 if (BottomPos != PrevBottom) in openBottom()