HomeSort by relevance Sort by last modified time
    Searched refs:DeleteDeadBlock (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 31 /// DeleteDeadBlock - Delete the specified block, which must have no
33 void DeleteDeadBlock(BasicBlock *BB);
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 33 /// DeleteDeadBlock - Delete the specified block, which must have no
35 void llvm::DeleteDeadBlock(BasicBlock *BB) {
CloneFunction.cpp 524 DeleteDeadBlock(DeadBB);
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 183 DeleteDeadBlock(*I);
    [all...]
JumpThreading.cpp 175 DeleteDeadBlock(BB);
    [all...]

Completed in 82 milliseconds