Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DUnreachableBlockElim.cpp51 std::vector<BasicBlock*> DeadBlocks; in eliminateUnreachableBlock() local
146 std::vector<MachineBasicBlock*> DeadBlocks; in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DUnreachableBlockElim.cpp118 std::vector<MachineBasicBlock*> DeadBlocks; in runOnMachineFunction() local
/external/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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DSafepointIRVerifier.cpp72 SetVector<const BasicBlock *> DeadBlocks; member in __anona7cfb5630111::CFGDeadness
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp126 std::vector<BasicBlock*> DeadBlocks; in EliminateUnreachableBlocks() local
/external/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 __anonb60596c40111::CallAnalyzer