Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DResetMachineFunctionPass.cpp60 make_scope_exit([&MF]() { MF.getRegInfo().clearVirtRegTypes(); }); in runOnMachineFunction()
H A DMachineRegisterInfo.cpp195 void MachineRegisterInfo::clearVirtRegTypes() { VRegToType.clear(); } in clearVirtRegTypes() function in MachineRegisterInfo
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp325 MRI.clearVirtRegTypes(); in runOnMachineFunction()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h774 void clearVirtRegTypes();