Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp331 Current->dropLocation(); in considerHoistingFromTo()
H A DTailRecursionElimination.cpp782 AccRecInstrNew->dropLocation(); in cleanupAndFinalize()
811 AccRecInstrNew->dropLocation(); in cleanupAndFinalize()
H A DGVNHoist.cpp1118 Repl->dropLocation(); in hoist()
H A DReassociate.cpp860 TheNeg->dropLocation(); in NegateValue()
H A DLICM.cpp1728 New->dropLocation(); in sink()
H A DSimpleLoopUnswitch.cpp2356 TI.dropLocation(); in unswitchNontrivialInvariants()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h663 void dropLocation();
/src/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp965 void Instruction::updateLocationAfterHoist() { dropLocation(); } in updateLocationAfterHoist()
967 void Instruction::dropLocation() { in dropLocation() function in Instruction