Home
last modified time | relevance | path

Searched refs:salvageDebugInfo (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DDCE.cpp53 salvageDebugInfo(*Inst); in runOnBasicBlock()
80 salvageDebugInfo(*I); in DCEInstruction()
DBDCE.cpp118 salvageDebugInfo(I); in bitTrackingDCE()
DEarlyCSE.cpp811 salvageDebugInfo(*Inst); in processNode()
DDeadStoreElimination.cpp119 salvageDebugInfo(*DeadInst); in deleteDeadInstruction()
DLICM.cpp400 salvageDebugInfo(I); in sinkRegion()
DGVN.cpp2112 salvageDebugInfo(*I); in processBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLocal.h335 bool salvageDebugInfo(Instruction &I);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp452 salvageDebugInfo(I); in RecursivelyDeleteTriviallyDeadInstructions()
524 salvageDebugInfo(*I); in simplifyAndDCEInstruction()
1599 bool llvm::salvageDebugInfo(Instruction &I) { in salvageDebugInfo() function in llvm
1776 Changed |= salvageDebugInfo(From); in rewriteDebugUsers()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h619 salvageDebugInfo(I); in eraseInstFromFunction()
DInstructionCombining.cpp3137 salvageDebugInfo(*Inst); in AddReachableCodeToWorklist()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h1378 void salvageDebugInfo(SDNode &N);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp3569 CurDAG->salvageDebugInfo(*N); in SelectCodeCommon()
DSelectionDAG.cpp7499 void SelectionDAG::salvageDebugInfo(SDNode &N) { in salvageDebugInfo() function in SelectionDAG
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DSourceLevelDebugging.rst1570 * When a debug value is missing ``llvm::salvageDebugInfo`` can be used when no replacement
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1082 salvageDebugInfo(*CI); in SinkCast()