Home
last modified time | relevance | path

Searched refs:LiveInts (Results 1 – 2 of 2) 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()
227 LiveIntervals *LiveInts = nullptr; member
391 bool MachineFunction::verify(LiveIntervals *LiveInts, SlotIndexes *Indexes, in verify() argument
395 MachineVerifier(Banner, nullptr, LiveInts, nullptr, Indexes).verify(MF); in verify()
452 LiveInts = LISWrapper ? &LISWrapper->getLIS() : nullptr; in verify()
455 if (!LiveInts) in verify()
463 LiveInts = MFAM->getCachedResult<LiveIntervalsAnalysis>(Func); in verify()
464 if (!LiveInts) in verify()
547 if (LiveInts != nullptr) in report()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h899 bool verify(LiveIntervals *LiveInts, SlotIndexes *Indexes,