Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstruction.h530 void dropLocation();
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp866 void Instruction::updateLocationAfterHoist() { dropLocation(); } in updateLocationAfterHoist()
868 void Instruction::dropLocation() { in dropLocation() function in Instruction
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp1153 Repl->dropLocation(); in hoist()
/openbsd-src/gnu/llvm/llvm/docs/
H A DHowToUpdateDebugInfo.rst131 use is ``Instruction::dropLocation()``.