Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp715 bool EmitBoolCondBranch = true; in EmitWhileStmt() local
718 EmitBoolCondBranch = false; in EmitWhileStmt()
722 if (EmitBoolCondBranch) { in EmitWhileStmt()
761 if (!EmitBoolCondBranch) in EmitWhileStmt()
803 bool EmitBoolCondBranch = true; in EmitDoStmt() local
806 EmitBoolCondBranch = false; in EmitDoStmt()
809 if (EmitBoolCondBranch) { in EmitDoStmt()
823 if (!EmitBoolCondBranch) in EmitDoStmt()