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

References

unittests/Transforms/Utils/LocalTest.cpp
  234   runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) {
  243   runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) {
  251   runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) {
  260   runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) {
  269   runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) {
  277   runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) {
  285   runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) {
  294   runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) {
  302   runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) {
  311   runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) {
  320   runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) {
  328   runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) {
  460   runWithDomTree(*M, "br_same_dest", CFAllTerminatorsEager);
  461   runWithDomTree(*M, "br_different_dest", CFAllTerminatorsEager);
  462   runWithDomTree(*M, "switch_2_different_dest", CFAllTerminatorsEager);
  463   runWithDomTree(*M, "switch_2_different_dest_default", CFAllTerminatorsEager);
  464   runWithDomTree(*M, "switch_3_different_dest", CFAllTerminatorsEager);
  465   runWithDomTree(*M, "switch_variable_2_default_dest", CFAllTerminatorsEager);
  466   runWithDomTree(*M, "switch_constant_2_default_dest", CFAllTerminatorsEager);
  467   runWithDomTree(*M, "switch_constant_3_repeated_dest", CFAllTerminatorsEager);
  468   runWithDomTree(*M, "indirectbr", CFAllTerminatorsEager);
  469   runWithDomTree(*M, "indirectbr_repeated", CFAllTerminatorsEager);
  470   runWithDomTree(*M, "indirectbr_unreachable", CFAllTerminatorsEager);
  473   runWithDomTree(*M, "br_same_dest", CFAllTerminatorsLazy);
  474   runWithDomTree(*M, "br_different_dest", CFAllTerminatorsLazy);
  475   runWithDomTree(*M, "switch_2_different_dest", CFAllTerminatorsLazy);
  476   runWithDomTree(*M, "switch_2_different_dest_default", CFAllTerminatorsLazy);
  477   runWithDomTree(*M, "switch_3_different_dest", CFAllTerminatorsLazy);
  478   runWithDomTree(*M, "switch_variable_2_default_dest", CFAllTerminatorsLazy);
  479   runWithDomTree(*M, "switch_constant_2_default_dest", CFAllTerminatorsLazy);
  480   runWithDomTree(*M, "switch_constant_3_repeated_dest", CFAllTerminatorsLazy);
  481   runWithDomTree(*M, "indirectbr", CFAllTerminatorsLazy);
  482   runWithDomTree(*M, "indirectbr_repeated", CFAllTerminatorsLazy);
  483   runWithDomTree(*M, "indirectbr_unreachable", CFAllTerminatorsLazy);
  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);
  949   runWithDomTree(*M, "f", checkRUBlocksRetVal);