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 849 /// isObviouslyBranchWithoutCleanups - Return true if a branch to the
852 bool CodeGenFunction::isObviouslyBranchWithoutCleanups(JumpDest Dest) const {
    [all...]
CGStmt.cpp 907 if (isObviouslyBranchWithoutCleanups(Block)) {
    [all...]
CodeGenFunction.h 900 /// isObviouslyBranchWithoutCleanups - Return true if a branch to the
903 bool isObviouslyBranchWithoutCleanups(JumpDest Dest) const;
    [all...]

Completed in 345 milliseconds