Home
last modified time | relevance | path

Searched refs:dropDbgValues (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp406 CurrentI->dropDbgValues(); in splitCallSite()
H A DJumpThreading.cpp3125 Inst->dropDbgValues(); in threadGuard()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h90 void dropDbgValues();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2773 EndInst->dropDbgValues(); in removeAllNonTerminatorAndEHPadInstructions()
2782 Inst->dropDbgValues(); in removeAllNonTerminatorAndEHPadInstructions()
2791 Inst->dropDbgValues(); in removeAllNonTerminatorAndEHPadInstructions()
3567 I->dropDbgValues(); in hoistAllInstructionsInto()
H A DInlineFunction.cpp1744 BI->dropDbgValues(); in fixupLineNumbers()
H A DSimplifyCFG.cpp5242 UI->dropDbgValues(); in simplifyUnreachable()
5262 BBI->dropDbgValues(); in simplifyUnreachable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp273 void Instruction::dropDbgValues() { in dropDbgValues() function in Instruction
H A DDebugInfo.cpp580 I.dropDbgValues(); in stripDebugInfo()
897 I.dropDbgValues(); in stripNonLineTableDebugInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3186 Inst.dropDbgValues(); in handleUnreachableFrom()
3193 BB->getTerminator()->dropDbgValues(); in handleUnreachableFrom()