HomeSort by relevance Sort by last modified time
    Searched refs:MergeIdenticalEdges (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 85 bool MergeIdenticalEdges;
91 : DT(DT), LI(LI), MergeIdenticalEdges(false),
95 MergeIdenticalEdges = true;
115 /// If MergeIdenticalEdges in the options struct is true (not the default),
  /external/llvm/lib/Transforms/Utils/
BreakCriticalEdges.cpp 120 /// If MergeIdenticalEdges is true (not the default), *all* edges from TI to the
134 if (!isCriticalEdge(TI, SuccNum, Options.MergeIdenticalEdges))
186 if (Options.MergeIdenticalEdges) {

Completed in 562 milliseconds