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.cpp264 void report_context(const LiveInterval &LI) const;
265 void report_context(const LiveRange &LR, Register VRegUnit,
267 void report_context(const LiveRange::Segment &S) const;
268 void report_context(const VNInfo &VNI) const;
269 void report_context(SlotIndex Pos) const;
270 void report_context(MCPhysReg PhysReg) const;
589 void MachineVerifier::report_context(SlotIndex Pos) const { in report_context() function in MachineVerifier
593 void MachineVerifier::report_context(const LiveInterval &LI) const { in report_context() function in MachineVerifier
597 void MachineVerifier::report_context(const LiveRange &LR, Register VRegUnit, in report_context() function in MachineVerifier
605 void MachineVerifier::report_context(const LiveRange::Segment &S) const { in report_context() function in MachineVerifier
[all …]