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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
Local.h 68 bool SinkCommonInsts;
80 SinkCommonInsts(SinkCommon),
100 SimplifyCFGOptions &sinkCommonInsts(bool B) {
101 SinkCommonInsts = B;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 213 Options.SinkCommonInsts = UserSinkCommonInsts.getNumOccurrences()
215 : Opts.SinkCommonInsts;
259 Options.SinkCommonInsts = UserSinkCommonInsts.getNumOccurrences()
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 74 milliseconds