HomeSort by: relevance | last modified time | path
    Searched refs:EliminateUnreachableBlocks (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 47 return llvm::EliminateUnreachableBlocks(F);
72 bool Changed = llvm::EliminateUnreachableBlocks(F);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 70 bool EliminateUnreachableBlocks(Function &F, DomTreeUpdater *DTU = nullptr,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 118 bool llvm::EliminateUnreachableBlocks(Function &F, DomTreeUpdater *DTU,

Completed in 24 milliseconds