Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DTracker.cpp234 SwitchRemoveCase::SwitchRemoveCase(SwitchInst *Switch) : Switch(Switch) { in SwitchRemoveCase() function in SwitchRemoveCase
239 void SwitchRemoveCase::revert(Tracker &Tracker) { in revert()
254 void SwitchRemoveCase::dump() const { in dump()
H A DInstruction.cpp1139 Ctx.getTracker().emplaceIfTracking<SwitchRemoveCase>(this); in removeCase()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DTracker.h364 class LLVM_ABI SwitchRemoveCase : public IRChangeBase {
373 SwitchRemoveCase(SwitchInst *Switch);