Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DUse.cpp25 Ctx->getTracker().emplaceIfTracking<UseSwap>(*this, OtherUse); in swap()
H A DTracker.cpp85 void UseSwap::dump() const { in dump()
H A DInstruction.cpp341 Ctx.getTracker().emplaceIfTracking<UseSwap>(getOperandUse(1), in swapValues()
1506 Ctx.getTracker().emplaceIfTracking<UseSwap>(getOperandUse(0), in commute()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DTracker.h198 class UseSwap : public IRChangeBase {
203 UseSwap(const Use &ThisUse, const Use &OtherUse) in UseSwap() function