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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp472 bool EmitBoolCondBranch = true; local
475 EmitBoolCondBranch = false;
479 if (EmitBoolCondBranch) {
513 if (!EmitBoolCondBranch)
546 bool EmitBoolCondBranch = true; local
549 EmitBoolCondBranch = false;
552 if (EmitBoolCondBranch)
560 if (!EmitBoolCondBranch)

Completed in 74 milliseconds