Home
last modified time | relevance | path

Searched refs:SimplifySwitch (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.h188 bool SimplifySwitch(GraphDef* optimized_graph, NodeDef* node);
Dconstant_folding.cc1855 if (SimplifySwitch(optimized_graph, node)) { in SimplifyNode()
2378 bool ConstantFolding::SimplifySwitch(GraphDef* optimized_graph, NodeDef* node) { in SimplifySwitch() function in tensorflow::grappler::ConstantFolding
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp70 bool SimplifySwitch(SwitchInst *SI, IRBuilder<> &Builder);
2585 bool SimplifyCFGOpt::SimplifySwitch(SwitchInst *SI, IRBuilder<> &Builder) { in SimplifySwitch() function in SimplifyCFGOpt
2891 if (SimplifySwitch(SI, Builder)) return true; in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp192 bool SimplifySwitch(SwitchInst *SI, IRBuilder<> &Builder);
5578 bool SimplifyCFGOpt::SimplifySwitch(SwitchInst *SI, IRBuilder<> &Builder) { in SimplifySwitch() function in SimplifyCFGOpt
6058 if (SimplifySwitch(SI, Builder)) in run()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp160 bool SimplifySwitch(SwitchInst *SI, IRBuilder<> &Builder);
5041 bool SimplifyCFGOpt::SimplifySwitch(SwitchInst *SI, IRBuilder<> &Builder) { in SimplifySwitch() function in SimplifyCFGOpt
5512 if (SimplifySwitch(SI, Builder)) in run()