Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h124 void UpdateDebugValues(Instruction *I);
125 void UpdateDebugValues(Instruction *I,
127 void UpdateDebugValues(Instruction *I,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp199 void SSAUpdater::UpdateDebugValues(Instruction *I) { in UpdateDebugValues() function in SSAUpdater
215 void SSAUpdater::UpdateDebugValues(Instruction *I, in UpdateDebugValues() function in SSAUpdater
222 void SSAUpdater::UpdateDebugValues( in UpdateDebugValues() function in SSAUpdater
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2004 SSAUpdate.UpdateDebugValues(&I, DbgValues); in updateSSA()
2005 SSAUpdate.UpdateDebugValues(&I, DbgVariableRecords); in updateSSA()