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

References

tools/polly/lib/CodeGen/Utils.cpp
  100       splitEdge(EnteringBB, EntryBB, ".split_new_and_old", &DT, &LI, &RI);
  120       splitEdge(ExitingBB, ExitBB, ".merge_new_and_old", &DT, &LI, &RI);
  155   DT.addNewBlock(StartBlock, SplitBlock);
  156   DT.addNewBlock(ExitingBlock, StartBlock);
  177   DT.changeImmediateDominator(ExitingBlock, StartBlock);
  182   DT.changeImmediateDominator(MergeBlock, SplitBlock);
  200   splitEdge(SplitBlock, EntryBB, ".pre_entry_bb", &DT, &LI, &RI);