Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.h263 bool SimplifySwitch(GraphDef* optimized_graph, NodeDef* node);
Dconstant_folding.cc2090 SET_AND_RETURN_IF_MODIFIED(SimplifySwitch(optimized_graph, node)); in SimplifyNode()
2638 bool ConstantFolding::SimplifySwitch(GraphDef* optimized_graph, NodeDef* node) { in SimplifySwitch() function in tensorflow::grappler::ConstantFolding
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp201 bool SimplifySwitch(SwitchInst *SI, IRBuilder<> &Builder);
5692 bool SimplifyCFGOpt::SimplifySwitch(SwitchInst *SI, IRBuilder<> &Builder) { in SimplifySwitch() function in SimplifyCFGOpt
6161 if (SimplifySwitch(SI, Builder)) in simplifyOnce()
/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()