Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDCE.cpp61 salvageDebugInfo(*Inst); in runOnFunction()
129 salvageDebugInfo(*I); in DCEInstruction()
DDeadStoreElimination.cpp125 salvageDebugInfo(*DeadInst); in deleteDeadInstruction()
DLICM.cpp532 salvageDebugInfo(I); in sinkRegion()
DGVN.cpp2209 salvageDebugInfo(*I); in processBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLocal.h355 bool salvageDebugInfo(Instruction &I);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp464 salvageDebugInfo(I); in RecursivelyDeleteTriviallyDeadInstructions()
549 salvageDebugInfo(*I); in simplifyAndDCEInstruction()
1615 bool llvm::salvageDebugInfo(Instruction &I) { in salvageDebugInfo() function in llvm
1625 if (!salvageDebugInfo(I)) in salvageDebugInfoOrMarkUndef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h1453 void salvageDebugInfo(SDNode &N);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1137 salvageDebugInfo(*CI); in SinkCast()
1787 salvageDebugInfo(*ShiftI); in OptimizeExtractBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp3499 CurDAG->salvageDebugInfo(*N); in SelectCodeCommon()
DSelectionDAG.cpp8225 void SelectionDAG::salvageDebugInfo(SDNode &N) { in salvageDebugInfo() function in SelectionDAG