Searched refs:DeleteDeadBlock (Results 1 - 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h31 /// DeleteDeadBlock - Delete the specified block, which must have no
33 void DeleteDeadBlock(BasicBlock *BB);
/external/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h35 void DeleteDeadBlock(BasicBlock *BB);
/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp572 DeleteDeadBlock(DeadBB);
H A DLowerSwitch.cpp129 DeleteDeadBlock(BB);
H A DBasicBlockUtils.cpp34 void llvm::DeleteDeadBlock(BasicBlock *BB) { function in class:llvm
H A DSimplifyCFG.cpp5463 DeleteDeadBlock(BB);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp33 /// DeleteDeadBlock - Delete the specified block, which must have no
35 void llvm::DeleteDeadBlock(BasicBlock *BB) { function in class:llvm
H A DSimplifyCFG.cpp2850 DeleteDeadBlock(BB);
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DJumpThreading.cpp170 DeleteDeadBlock(BB);
/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp212 DeleteDeadBlock(BB);
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp304 DeleteDeadBlock(BB);

Completed in 1615 milliseconds