Searched refs:isObviouslyBranchWithoutCleanups (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCleanup.cpp940 /// isObviouslyBranchWithoutCleanups - Return true if a branch to the
943 bool CodeGenFunction::isObviouslyBranchWithoutCleanups(JumpDest Dest) const { function in class:CodeGenFunction
H A DCGStmt.cpp1156 if (isObviouslyBranchWithoutCleanups(Block)) {
H A DCodeGenFunction.h693 /// isObviouslyBranchWithoutCleanups - Return true if a branch to the
696 bool isObviouslyBranchWithoutCleanups(JumpDest Dest) const;

Completed in 40 milliseconds