Searched refs:ConvertSwitch (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SimplifyCFGPass.cpp | 236 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/ |
D | Scalar.h | 264 bool ConvertSwitch = false, bool KeepLoops = true, bool SinkCommon = false,
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal.cc | 1666 StatusOr<Literal> ConvertSwitch(const LiteralBase& literal, in ConvertSwitch() function 1705 return ConvertSwitch(*this, primitive_dest_type, /*bitcast=*/false); in Convert()
|