Searched defs:LoopScope (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 1425 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/ |
D | bytecode-generator.h | 74 class LoopScope; variable
|
D | bytecode-generator.cc | 969 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/ |
D | graph-assembler.h | 461 explicit LoopScope(GraphAssembler* gasm) in LoopScope() function
|
/external/v8/src/parsing/ |
D | parser-base.h | 486 explicit LoopScope(FunctionState* function_state) in LoopScope() function
|