Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1258 virtual llvm::Value *emitForNext(CodeGenFunction &CGF, SourceLocation Loc,
2150 llvm::Value *emitForNext(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGOpenMPRuntime.cpp2882 llvm::Value *CGOpenMPRuntime::emitForNext(CodeGenFunction &CGF, in emitForNext() function in CGOpenMPRuntime
12864 llvm::Value *CGOpenMPSIMDRuntime::emitForNext(CodeGenFunction &CGF, in emitForNext() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp2645 RT.emitForNext(*this, S.getBeginLoc(), IVSize, IVSigned, LoopArgs.IL, in EmitOMPOuterLoop()