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
287 LiveStks = nullptr; in runOnMachineFunction()
294 LiveStks = PASS->getAnalysisIfAvailable<LiveStacks>(); in runOnMachineFunction()
963 if (LiveStks && LiveStks->hasInterval(MO->getIndex()) && in visitMachineOperand()
965 LiveInterval &LI = LiveStks->getInterval(MO->getIndex()); in visitMachineOperand()