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

/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h33 /// DeleteDeadBlock - Delete the specified block, which must have no
35 void DeleteDeadBlock(BasicBlock *BB);
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp527 DeleteDeadBlock(DeadBB);
H A DBasicBlockUtils.cpp34 /// DeleteDeadBlock - Delete the specified block, which must have no
36 void llvm::DeleteDeadBlock(BasicBlock *BB) { function in class:llvm
H A DSimplifyCFG.cpp4095 DeleteDeadBlock(BB);
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp205 DeleteDeadBlock(BB);
H A DJumpThreading.cpp177 DeleteDeadBlock(BB);

Completed in 223 milliseconds