Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_Switch.pbtxt4 name: "SwitchCond"
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp2076 Value *SwitchCond = SI->getCondition(); in processInstruction() local
2082 Changed |= propagateEquality(SwitchCond, SI->getCaseValue(i), Dst); in processInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVN.cpp1947 Value *SwitchCond = SI->getCondition(); in processInstruction() local
1962 Changed |= propagateEquality(SwitchCond, i->getCaseValue(), E, true); in processInstruction()
DNewGVN.cpp2527 Value *SwitchCond = SI->getCondition(); in processOutgoingEdges() local
2528 Value *CondEvaluated = findConditionEquivalence(SwitchCond); in processOutgoingEdges()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2121 Value *SwitchCond = SI->getCondition(); in processInstruction() local
2136 Changed |= propagateEquality(SwitchCond, i.getCaseValue(), E, true); in processInstruction()