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

  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 79 bool MergeIdenticalEdges;
85 : DT(DT), LI(LI), MergeIdenticalEdges(false),
89 MergeIdenticalEdges = true;
108 /// If MergeIdenticalEdges in the options struct is true (not the default),
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 87 bool MergeIdenticalEdges = false;
96 MergeIdenticalEdges = true;
115 /// If MergeIdenticalEdges in the options struct is true (not the default),

Completed in 206 milliseconds