Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_Switch.pbtxt4 name: "SwitchCond"
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp2044 Value *SwitchCond = SI->getCondition(); in processInstruction() local
2059 Changed |= propagateEquality(SwitchCond, i->getCaseValue(), E, true); in processInstruction()
DNewGVN.cpp2506 Value *SwitchCond = SI->getCondition(); in processOutgoingEdges() local
2507 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()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DGVN.cpp2224 Value *SwitchCond = SI->getCondition(); in processInstruction() local
2239 Changed |= propagateEquality(SwitchCond, i->getCaseValue(), E, true); in processInstruction()
DNewGVN.cpp2459 Value *SwitchCond = SI->getCondition(); in processOutgoingEdges() local
2460 Value *CondEvaluated = findConditionEquivalence(SwitchCond); in processOutgoingEdges()