Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelChangeObserver.cpp40 RAIIDelegateInstaller::~RAIIDelegateInstaller() { MF.resetDelegate(Delegate); } in ~RAIIDelegateInstaller()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h138 ~LiveRangeEdit() override { MRI.resetDelegate(this); } in ~LiveRangeEdit()
H A DMachineRegisterInfo.h161 void resetDelegate(Delegate *delegate) { in resetDelegate() function
H A DMachineFunction.h647 void resetDelegate(Delegate *delegate) {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp1878 MF.resetDelegate(this); in runOnMachineFunction()
H A DMachineBasicBlock.cpp1115 MF.resetDelegate(this); in ~SlotIndexUpdateDelegate()