Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h628 void dropLocation();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp1122 Repl->dropLocation(); in hoist()
H A DLICM.cpp1713 New->dropLocation(); in sink()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp960 void Instruction::updateLocationAfterHoist() { dropLocation(); } in updateLocationAfterHoist()
962 void Instruction::dropLocation() { in dropLocation() function in Instruction