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

  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
BasicBlockUtils.h 31 /// DeleteDeadBlock - Delete the specified block, which must have no
33 void DeleteDeadBlock(BasicBlock *BB);
  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 35 void DeleteDeadBlock(BasicBlock *BB);
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 572 DeleteDeadBlock(DeadBB);
LowerSwitch.cpp 129 DeleteDeadBlock(BB);
BasicBlockUtils.cpp 34 void llvm::DeleteDeadBlock(BasicBlock *BB) {
SimplifyCFG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BasicBlockUtils.cpp 33 /// DeleteDeadBlock - Delete the specified block, which must have no
35 void llvm::DeleteDeadBlock(BasicBlock *BB) {
SimplifyCFG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
JumpThreading.cpp 170 DeleteDeadBlock(BB);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 212 DeleteDeadBlock(BB);
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 304 DeleteDeadBlock(BB);
    [all...]

Completed in 897 milliseconds