Searched refs:predUpperBound (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | scheduler.cpp | 301 auto predUpperBound = returnValue.value(); in CalculateSchedulingUpperBound() local 302 if (!isAncestor(curUpperBound, predUpperBound) && !isAncestor(predUpperBound, curUpperBound)) { in CalculateSchedulingUpperBound() 303 PrintUpperBoundError(circuit, curGate, predUpperBound, curUpperBound); in CalculateSchedulingUpperBound() 307 if (isAncestor(curUpperBound, predUpperBound)) { in CalculateSchedulingUpperBound() 308 curUpperBound = predUpperBound; in CalculateSchedulingUpperBound() 333 GateRef predUpperBound, GateRef curUpperBound) in PrintUpperBoundError() 340 << predUpperBound << ", there is no dominator relationship between them."; in PrintUpperBoundError() local 332 PrintUpperBoundError(const Circuit *circuit, GateRef curGate, GateRef predUpperBound, GateRef curUpperBound) PrintUpperBoundError() argument
|
H A D | scheduler.h | 49 GateRef predUpperBound, GateRef curUpperBound);
|
Completed in 2 milliseconds