HomeSort by relevance Sort by last modified time
    Searched refs:LoopHeader (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/CodeGen/
CGStmt.cpp 454 JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond");
455 EmitBlock(LoopHeader.getBlock());
462 BreakContinueStack.push_back(BreakContinue(LoopExit, LoopHeader));
517 EmitBranch(LoopHeader.getBlock());
522 // The LoopHeader typically is just a branch if we skipped emitting
525 SimplifyForwardingBlocks(LoopHeader.getBlock());
    [all...]
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 216 int loopbreakPatternMatch(LoopT *LoopRep, BlockT *LoopHeader);
217 int loopcontPatternMatch(LoopT *LoopRep, BlockT *LoopHeader);
764 BlockT *loopHeader = loopRep->getHeader();
766 int numBreak = loopbreakPatternMatch(loopRep, loopHeader);
772 int numCont = loopcontPatternMatch(loopRep, loopHeader);
807 BlockT *loopHeader) {
977 BlockT *loopHeader) {
981 InvBlockGTraits::child_begin(loopHeader),
982 iterEnd = InvBlockGTraits::child_end(loopHeader);
987 loopHeader, loopRep)
    [all...]

Completed in 81 milliseconds