Home
last modified time | relevance | path

Searched refs:ConvertSwitch (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp236 bool ConvertSwitch = false, bool KeepLoops = true, in CFGSimplifyPass()
254 : ConvertSwitch; in CFGSimplifyPass()
291 bool ConvertSwitch, bool KeepLoops, in INITIALIZE_PASS_DEPENDENCY()
294 return new CFGSimplifyPass(Threshold, ForwardSwitchCond, ConvertSwitch, in INITIALIZE_PASS_DEPENDENCY()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DScalar.h264 bool ConvertSwitch = false, bool KeepLoops = true, bool SinkCommon = false,
/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc1666 StatusOr<Literal> ConvertSwitch(const LiteralBase& literal, in ConvertSwitch() function
1705 return ConvertSwitch(*this, primitive_dest_type, /*bitcast=*/false); in Convert()