Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DTracker.cpp329 CmpSwapOperands::CmpSwapOperands(CmpInst *Cmp) : Cmp(Cmp) {} in CmpSwapOperands() function in CmpSwapOperands
331 void CmpSwapOperands::revert(Tracker &Tracker) { Cmp->swapOperands(); } in revert()
333 void CmpSwapOperands::dump() const { in dump()
H A DInstruction.cpp977 Ctx.getTracker().emplaceIfTracking<CmpSwapOperands>(this); in swapOperands()
982 Ctx.getTracker().emplaceIfTracking<CmpSwapOperands>(this); in swapOperands()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DTracker.h184 class LLVM_ABI CmpSwapOperands : public IRChangeBase {
188 CmpSwapOperands(CmpInst *Cmp);