Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1062 static void emitIfStmt(CodeGenFunction &CGF, llvm::Value *IfCond, in emitIfStmt() function
1091 emitIfStmt(CGF, IsMaster, [&](CodeGenFunction &CGF) -> void { in emitMasterRegion()
1196 emitIfStmt(CGF, IsSingle, [&](CodeGenFunction &CGF) -> void { in emitSingleRegion()