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

References

lib/Analysis/SyncDependenceAnalysis.cpp
  224     LLVM_DEBUG(dbgs() << "SDA:computeJoinPoints. Parent loop: " << (ParentLoop ? ParentLoop->getName() : "<null>") << "\n" );
  224     LLVM_DEBUG(dbgs() << "SDA:computeJoinPoints. Parent loop: " << (ParentLoop ? ParentLoop->getName() : "<null>") << "\n" );
  230       if (ParentLoop && !ParentLoop->contains(SuccBlock)) {
  230       if (ParentLoop && !ParentLoop->contains(SuccBlock)) {
  273       if (ParentLoop &&
  274           (ParentLoop != BlockLoop && ParentLoop->contains(BlockLoop))) {
  274           (ParentLoop != BlockLoop && ParentLoop->contains(BlockLoop))) {
  280           visitSuccessor(*BlockLoopExit, ParentLoop, *DefBlock);
  286           visitSuccessor(*SuccBlock, ParentLoop, *DefBlock);
  310           ParentLoop ? ParentLoop->getHeader() : nullptr;
  310           ParentLoop ? ParentLoop->getHeader() : nullptr;
  312       assert(ParentLoop);