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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCleanup.cpp 1047 /// isObviouslyBranchWithoutCleanups - Return true if a branch to the
1050 bool CodeGenFunction::isObviouslyBranchWithoutCleanups(JumpDest Dest) const {
CGStmt.cpp 1425 if (isObviouslyBranchWithoutCleanups(Block)) {
CodeGenFunction.h 1126 /// isObviouslyBranchWithoutCleanups - Return true if a branch to the
1129 bool isObviouslyBranchWithoutCleanups(JumpDest Dest) const;

Completed in 29 milliseconds