Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.h34 void replaceWithLocal(unsigned LocalId);
H A DWebAssemblyExplicitLocals.cpp236 WebAssemblyDebugValueManager(&MI).replaceWithLocal(Local); in runOnMachineFunction()
297 WebAssemblyDebugValueManager(&MI).replaceWithLocal(LocalId); in runOnMachineFunction()
324 WebAssemblyDebugValueManager(&MI).replaceWithLocal(LocalId); in runOnMachineFunction()
H A DWebAssemblyDebugValueManager.cpp64 void WebAssemblyDebugValueManager::replaceWithLocal(unsigned LocalId) { in replaceWithLocal() function in WebAssemblyDebugValueManager