OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ContinueBlock
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp
1624
//
ContinueBlock
and ContinuePred keep track of the source(s) of next edge. If
1625
// the
ContinueBlock
is set, continue with that block. If ContinuePred, use
1627
BasicBlock *
ContinueBlock
= Result->getBody();
1629
auto ContinueWith = [&
ContinueBlock
, &ContinuePred, DL](BasicBlock *Dest,
1631
if (
ContinueBlock
)
1632
redirectTo(
ContinueBlock
, Dest, DL);
1636
ContinueBlock
= nullptr;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h
1388
: BreakBlock(Break),
ContinueBlock
(Continue) {}
1391
JumpDest
ContinueBlock
;
Completed in 54 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026