HomeSort by: relevance | last modified time | path
    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