Home
last modified time | relevance | path

Searched defs:Dominate (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Ddominance.h227 bool Dominate(const BaseGraphNode &node1, const BaseGraphNode &node2) const in Dominate() function
247 bool Dominate(const uint32 nodeId1, const uint32 nodeId2) const in Dominate() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_dominance.cpp254 bool DomAnalysis::Dominate(const BB &bb1, const BB &bb2) in Dominate() function in maplebe::DomAnalysis