Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.h50 void replaceWithLocal(unsigned LocalId);
H A DWebAssemblyExplicitLocals.cpp236 WebAssemblyDebugValueManager(&MI).replaceWithLocal(Local); in runOnMachineFunction()
323 WebAssemblyDebugValueManager(&MI).replaceWithLocal(LocalId); in runOnMachineFunction()
350 WebAssemblyDebugValueManager(&MI).replaceWithLocal(LocalId); in runOnMachineFunction()
H A DWebAssemblyDebugValueManager.cpp404 void WebAssemblyDebugValueManager::replaceWithLocal(unsigned LocalId) { in replaceWithLocal() function in WebAssemblyDebugValueManager