OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPBeforeScanBlock
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
1886
OMPBeforeScanBlock
= createBasicBlock("omp.before.scan.bb");
1894
EmitBlock(
OMPBeforeScanBlock
);
4910
EmitBranch(IsInclusive ?
OMPBeforeScanBlock
: OMPAfterScanBlock);
4951
EmitBranch(IsInclusive ? OMPAfterScanBlock :
OMPBeforeScanBlock
);
5033
EmitBranch((OMPFirstScanLoop == IsInclusive) ?
OMPBeforeScanBlock
CodeGenFunction.h
647
llvm::BasicBlock *
OMPBeforeScanBlock
= nullptr;
Completed in 74 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026