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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineVerifier.cpp180 LiveIntervals *LiveInts; member in struct:__anon22635::MachineVerifier
266 LiveInts = NULL;
270 LiveInts = PASS->getAnalysisIfAvailable<LiveIntervals>();
272 if (!LiveInts)
566 if (LiveInts) {
567 bool mapped = !LiveInts->isNotInMIMap(MI);
659 // Check LiveInts liveness and kill.
661 LiveInts && !LiveInts->isNotInMIMap(MI)) {
662 SlotIndex UseIdx = LiveInts
[all...]
/external/llvm/lib/CodeGen/
H A DMachineVerifier.cpp193 LiveIntervals *LiveInts; member in struct:__anon13944::MachineVerifier
334 LiveInts = nullptr;
338 LiveInts = PASS->getAnalysisIfAvailable<LiveIntervals>();
340 if (!LiveInts)
429 if (LiveInts != nullptr)
430 LiveInts->print(errs());
868 if (LiveInts) {
869 bool mapped = !LiveInts->isNotInMIMap(*MI);
1066 LiveInts && !LiveInts
[all...]

Completed in 124 milliseconds