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

References

unittests/Transforms/Utils/LocalTest.cpp
  919   runWithDomTree(*M, "br_simple", runEager);
  920   runWithDomTree(*M, "br_self_loop", runEager);
  921   runWithDomTree(*M, "br_constant", runEager);
  922   runWithDomTree(*M, "br_loop", runEager);
  923   runWithDomTree(*M, "invoke_terminator", runEager);
  926   runWithDomTree(*M, "br_simple", runLazy);
  927   runWithDomTree(*M, "br_self_loop", runLazy);
  928   runWithDomTree(*M, "br_constant", runLazy);
  929   runWithDomTree(*M, "br_loop", runLazy);
  930   runWithDomTree(*M, "invoke_terminator", runLazy);
  932   M = parseIR(C,
  949   runWithDomTree(*M, "f", checkRUBlocksRetVal);