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

References

unittests/Transforms/Utils/CodeExtractorTest.cpp
   58   SmallVector<BasicBlock *, 3> Candidates{ getBlockByName(Func, "header"),
   59                                            getBlockByName(Func, "body1"),
   60                                            getBlockByName(Func, "body2") };
   68   BasicBlock *Exit = getBlockByName(Func, "notExtracted");
   69   BasicBlock *ExitSplit = getBlockByName(Outlined, "notExtracted.split");
  109     getBlockByName(Func, "extracted1"),
  110     getBlockByName(Func, "extracted2")
  119   BasicBlock *Exit1 = getBlockByName(Func, "exit1");
  120   BasicBlock *Exit2 = getBlockByName(Func, "exit2");
  182     getBlockByName(Func, "catch"),
  183     getBlockByName(Func, "invoke.cont2"),
  184     getBlockByName(Func, "invoke.cont3"),
  185     getBlockByName(Func, "lpad2")
  220   SmallVector<BasicBlock *, 1> Blocks{ getBlockByName(Func, "entry"),
  221                                        getBlockByName(Func, "lpad") };
  273   SmallVector<BasicBlock *, 1> Blocks{ getBlockByName(Func, "if.else") };