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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp473 bool EmitBoolCondBranch = true; local
476 EmitBoolCondBranch = false;
480 if (EmitBoolCondBranch) {
514 if (!EmitBoolCondBranch)
547 bool EmitBoolCondBranch = true; local
550 EmitBoolCondBranch = false;
553 if (EmitBoolCondBranch)
561 if (!EmitBoolCondBranch)

Completed in 132 milliseconds