Home
last modified time | relevance | path

Searched defs:LoopScope (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1425 const OMPLoopDirective &S, CodeGenFunction::OMPPrivateScope &LoopScope) { in EmitOMPPrivateLoopCounters()
1635 OMPPrivateScope LoopScope(CGF); in EmitOMPSimdDirective() local
1672 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, in EmitOMPOuterLoop()
1764 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, in EmitOMPForOuterLoop()
1846 const OMPDistributeDirective &S, OMPPrivateScope &LoopScope, in EmitOMPDistributeOuterLoop()
1997 OMPPrivateScope LoopScope(*this); in EmitOMPWorksharingLoop() local
2221 CodeGenFunction::OMPPrivateScope LoopScope(CGF); in EmitSections() local
2669 OMPPrivateScope LoopScope(*this); in EmitOMPDistributeLoop() local
3534 OMPPrivateScope LoopScope(CGF); in EmitOMPTaskLoopBasedDirective() local
/external/v8/src/interpreter/
Dbytecode-generator.h74 class LoopScope; variable
Dbytecode-generator.cc969 class BytecodeGenerator::LoopScope final { class in v8::internal::interpreter::BytecodeGenerator
971 explicit LoopScope(BytecodeGenerator* bytecode_generator, LoopBuilder* loop) in LoopScope() function in v8::internal::interpreter::BytecodeGenerator::LoopScope
/external/v8/src/compiler/
Dgraph-assembler.h461 explicit LoopScope(GraphAssembler* gasm) in LoopScope() function
/external/v8/src/parsing/
Dparser-base.h486 explicit LoopScope(FunctionState* function_state) in LoopScope() function