Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp236 static bool hasSameDebugLoc(const MachineBasicBlock *MBB, DebugLoc DL) { in hasSameDebugLoc() function
284 if (Def->getParent() != MBB && !hasSameDebugLoc(MBB, Def->getDebugLoc())) in sink()
369 if (Def->getParent() != MBB && !hasSameDebugLoc(MBB, Def->getDebugLoc())) in cloneSink()