HomeSort by: relevance | last modified time | path
    Searched refs:ContinueBlock (Results 1 - 4 of 4) 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/
CGStmt.cpp 1004 BreakContinueStack.back().ContinueBlock = Continue;
1302 EmitBranchThroughCleanup(BreakContinueStack.back().ContinueBlock);
1888 // then reuse last ContinueBlock.
1891 OuterContinue = BreakContinueStack.back().ContinueBlock;
CGStmtOpenMP.cpp 4904 : BreakContinueStack.back().ContinueBlock.getBlock());
4953 ? BreakContinueStack.back().ContinueBlock.getBlock()
4959 EmitBranch(BreakContinueStack.back().ContinueBlock.getBlock());
4988 EmitBranch(BreakContinueStack.back().ContinueBlock.getBlock());
4991 EmitBranch(BreakContinueStack.back().ContinueBlock.getBlock());
CodeGenFunction.h 1388 : BreakBlock(Break), ContinueBlock(Continue) {}
1391 JumpDest ContinueBlock;

Completed in 90 milliseconds