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

  /external/clang/lib/CodeGen/
CGCleanup.cpp 845 /// isObviouslyBranchWithoutCleanups - Return true if a branch to the
848 bool CodeGenFunction::isObviouslyBranchWithoutCleanups(JumpDest Dest) const {
    [all...]
CGStmt.cpp 906 if (isObviouslyBranchWithoutCleanups(Block)) {
    [all...]
CodeGenFunction.h 896 /// isObviouslyBranchWithoutCleanups - Return true if a branch to the
899 bool isObviouslyBranchWithoutCleanups(JumpDest Dest) const;
    [all...]

Completed in 40 milliseconds