reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGStmt.cpp
  717   LoopStack.push(LoopHeader.getBlock(), CGM.getContext(), WhileAttrs,
  786   LoopStack.pop();
  819   LoopStack.push(LoopBody, CGM.getContext(), DoAttrs,
  848   LoopStack.pop();
  877   LoopStack.push(CondBlock, CGM.getContext(), ForAttrs,
  951   LoopStack.pop();
  978   LoopStack.push(CondBlock, CGM.getContext(), ForAttrs,
 1030   LoopStack.pop();
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1404   LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()),
 1437   LoopStack.pop();
 1684     CGF.LoopStack.setVectorizeWidth(Val->getZExtValue());
 1689       CGF.LoopStack.setParallel(!D.getSingleClause<OMPSafelenClause>());
 1694     CGF.LoopStack.setVectorizeWidth(Val->getZExtValue());
 1698     CGF.LoopStack.setParallel(/*Enable=*/false);
 1705   LoopStack.setParallel(!IsMonotonic);
 1706   LoopStack.setVectorizeEnable();
 1883   LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()),
 1928     LoopStack.setParallel(!IsMonotonic);
 1957   LoopStack.pop();
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 2133   LoopStack.InsertHelper(I);