OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPLoopBasedDirective
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp
78
OMPLoopBasedDirective
::tryToFindNextInnerLoop(Stmt *CurStmt,
98
(isa<
OMPLoopBasedDirective
>(S) && !isa<OMPLoopDirective>(S))) {
125
bool
OMPLoopBasedDirective
::doForAllLoops(
148
CurStmt =
OMPLoopBasedDirective
::tryToFindNextInnerLoop(
154
void
OMPLoopBasedDirective
::doForAllLoopsBodies(
157
bool Res =
OMPLoopBasedDirective
::doForAllLoops(
180
OMPLoopBasedDirective
::doForAllLoopsBodies(
StmtProfile.cpp
891
void StmtProfiler::VisitOMPLoopBasedDirective(const
OMPLoopBasedDirective
*S) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
8904
OMPLoopBasedDirective
::HelperExprs &Built) {
8947
if (!
OMPLoopBasedDirective
::doForAllLoops(
9634
OMPLoopBasedDirective
::HelperExprs B;
9673
OMPLoopBasedDirective
::HelperExprs B;
9709
OMPLoopBasedDirective
::HelperExprs B;
9976
OMPLoopBasedDirective
::HelperExprs B;
10020
OMPLoopBasedDirective
::HelperExprs B;
11214
OMPLoopBasedDirective
::HelperExprs B;
11504
OMPLoopBasedDirective
::HelperExprs B;
11541
OMPLoopBasedDirective
::HelperExprs B
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h
47
/// associated to an
OMPLoopBasedDirective
. That is, the general structure is:
49
///
OMPLoopBasedDirective
61
/// with a
OMPLoopBasedDirective
. In an imperfectly nested loop nest, the
677
class
OMPLoopBasedDirective
: public OMPExecutableDirective {
692
OMPLoopBasedDirective
(StmtClass SC, OpenMPDirectiveKind Kind,
927
class OMPLoopDirective : public
OMPLoopBasedDirective
{
1065
:
OMPLoopBasedDirective
(SC, Kind, StartLoc, EndLoc, CollapsedNum) {}
4962
class OMPTileDirective final : public
OMPLoopBasedDirective
{
4974
:
OMPLoopBasedDirective
(OMPTileDirectiveClass, llvm::omp::OMPD_tile,
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
136
void emitPreInitStmt(CodeGenFunction &CGF, const
OMPLoopBasedDirective
&S) {
164
(void)
OMPLoopBasedDirective
::doForAllLoops(
190
OMPLoopScope(CodeGenFunction &CGF, const
OMPLoopBasedDirective
&S)
1790
if (const auto *Dir = dyn_cast<
OMPLoopBasedDirective
>(S)) {
1902
OMPLoopBasedDirective
::tryToFindNextInnerLoop(
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
2289
void ASTStmtReader::VisitOMPLoopBasedDirective(
OMPLoopBasedDirective
*D) {
ASTWriterStmt.cpp
2187
void ASTStmtWriter::VisitOMPLoopBasedDirective(
OMPLoopBasedDirective
*D) {
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
2043
void VisitOMPLoopBasedDirective(const
OMPLoopBasedDirective
*D);
2879
const
OMPLoopBasedDirective
*D) {
Completed in 126 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026