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

  /external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 1 //===-- UnreachableBlockElim.cpp - Remove unreachable blocks for codegen --===//
42 class UnreachableBlockElim : public FunctionPass {
46 UnreachableBlockElim() : FunctionPass(ID) {
55 char UnreachableBlockElim::ID = 0;
56 INITIALIZE_PASS(UnreachableBlockElim, "unreachableblockelim",
60 return new UnreachableBlockElim();
63 bool UnreachableBlockElim::runOnFunction(Function &F) {
Android.mk 117 UnreachableBlockElim.cpp \

Completed in 40 milliseconds