Searched refs:LiveInts (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp194 LiveIntervals *LiveInts; member in struct:__anon25778::MachineVerifier
300 LiveInts = nullptr;
304 LiveInts = PASS->getAnalysisIfAvailable<LiveIntervals>();
306 if (!LiveInts)
796 if (LiveInts) {
797 bool mapped = !LiveInts->isNotInMIMap(MI);
967 LiveInts && !LiveInts->isNotInMIMap(MI)) {
969 SlotIndex Idx = LiveInts->getInstructionIndex(MI);
1005 // Check LiveInts livenes
[all...]

Completed in 64 milliseconds