Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp103 LiveIntervals *LiveInts, LiveStacks *LiveStks, in MachineVerifier()
105 : Banner(b), LiveVars(LiveVars), LiveInts(LiveInts), LiveStks(LiveStks), in MachineVerifier()
228 LiveStacks *LiveStks = nullptr; member
457 LiveStks = PASS->getAnalysisIfAvailable<LiveStacks>(); in verify()
2662 if (LiveStks && LiveStks->hasInterval(MO->getIndex()) && in visitMachineOperand()
2665 LiveInterval &LI = LiveStks->getInterval(FI); in visitMachineOperand()