Home
last modified time | relevance | path

Searched refs:report_context (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp315 void report_context(const LiveInterval &LI) const;
316 void report_context(const LiveRange &LR, VirtRegOrUnit VRegOrUnit,
318 void report_context(const LiveRange::Segment &S) const;
319 void report_context(const VNInfo &VNI) const;
320 void report_context(SlotIndex Pos) const;
321 void report_context(MCPhysReg PhysReg) const;
630 void MachineVerifier::report_context(SlotIndex Pos) const { in report_context() function in MachineVerifier
634 void MachineVerifier::report_context(const LiveInterval &LI) const { in report_context() function in MachineVerifier
638 void MachineVerifier::report_context(const LiveRange &LR, in report_context() function in MachineVerifier
647 void MachineVerifier::report_context(const LiveRange::Segment &S) const { in report_context() function in MachineVerifier
[all …]