Home
last modified time | relevance | path

Searched defs:DeadBlocks (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DUnreachableBlockElim.cpp118 std::vector<MachineBasicBlock*> DeadBlocks; in runOnMachineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DSafepointIRVerifier.cpp72 SetVector<const BasicBlock *> DeadBlocks; member in __anon9d503ee50111::CFGDeadness
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp748 SmallVector<BasicBlock *, 16> DeadBlocks; in simplify() local
DSimpleLoopUnswitch.cpp1471 SmallVector<BasicBlock *, 16> DeadBlocks; in deleteDeadClonedBlocks() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp126 std::vector<BasicBlock*> DeadBlocks; in EliminateUnreachableBlocks() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp1346 const SmallSetVector<BasicBlock *, 8> &DeadBlocks) { in removeBlocks()
DInlineCost.cpp247 SetVector<BasicBlock *> DeadBlocks; member in __anon8e8cbf860111::CallAnalyzer