Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineVerifier.cpp194 LiveStacks *LiveStks; member
303 LiveStks = nullptr; in runOnMachineFunction()
310 LiveStks = PASS->getAnalysisIfAvailable<LiveStacks>(); in runOnMachineFunction()
986 if (LiveStks && LiveStks->hasInterval(MO->getIndex()) && in visitMachineOperand()
989 LiveInterval &LI = LiveStks->getInterval(FI); in visitMachineOperand()