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.cpp114 LiveIntervals *LiveInts, LiveStacks *LiveStks, in MachineVerifier()
118 LiveInts(LiveInts), LiveStks(LiveStks), Indexes(Indexes), in MachineVerifier()
240 LiveIntervals *LiveInts = nullptr; member
438 bool MachineFunction::verify(LiveIntervals *LiveInts, SlotIndexes *Indexes, in verify() argument
441 return MachineVerifier(Banner, /*LiveVars=*/nullptr, LiveInts, in verify()
490 LiveInts = LISWrapper ? &LISWrapper->getLIS() : nullptr; in verify()
493 if (!LiveInts) in verify()
502 LiveInts = MFAM->getCachedResult<LiveIntervalsAnalysis>(Func); in verify()
503 if (!LiveInts) in verify()
587 if (LiveInts != nullptr) in report()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h951 bool verify(LiveIntervals *LiveInts, SlotIndexes *Indexes,