Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineVerifier.cpp228 void report_context(const LiveInterval &LI) const;
229 void report_context(const LiveRange &LR, Register VRegUnit,
231 void report_context(const LiveRange::Segment &S) const;
232 void report_context(const VNInfo &VNI) const;
233 void report_context(SlotIndex Pos) const;
234 void report_context(MCPhysReg PhysReg) const;
508 void MachineVerifier::report_context(SlotIndex Pos) const { in report_context() function in MachineVerifier
512 void MachineVerifier::report_context(const LiveInterval &LI) const { in report_context() function in MachineVerifier
516 void MachineVerifier::report_context(const LiveRange &LR, Register VRegUnit, in report_context() function in MachineVerifier
524 void MachineVerifier::report_context(const LiveRange::Segment &S) const { in report_context() function in MachineVerifier
[all …]