Home
last modified time | relevance | path

Searched refs:IsFixed (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dloop_analysis.cpp64 if (isCurLoop && acc_.IsLoopExit(cur) && (!acc_.IsFixed(*it))) { in CollectUseGate()
66 } else if (isCurLoop && acc_.IsLoopExitRelated(cur) && acc_.IsFixed(cur)) { in CollectUseGate()
165 if ((!acc_.IsLoopExit(cur)) || (!acc_.IsFixed(nex))) { in ComputeLoopDepth()
H A Dshare_gate_meta_data.cpp65 bool GateMetaData::IsFixed() const in IsFixed() function in panda::ecmascript::kungfu::GateMetaData
84 ASSERT(!IsFixed()); in IsSchedulable()
99 return (!IsVirtualState()) && (!IsFixed()) && (GetStateCount() > 0); in IsState()
H A Dscheduler.cpp226 if (acc.IsFixed(succGate)) { in Run()
261 } else if (acc.IsFixed(gate)) { in CalculateSchedulingUpperBound()
353 if (acc.IsFixed(succGate)) { in CalculateFixedGatesList()
438 } else if (acc.IsFixed(curGate)) { in CalculateSchedulingLowerBound()
H A Dgate_accessor.h554 bool IsFixed(GateRef g) const;
767 bool IsFixed(GateRef g) const;
H A Dverifier.cpp238 if (ac.IsFixed(predGate) && in RunFixedGatesRelationsCheck()
426 if (ac.IsFixed(succGate)) { in FindFixedGates()
H A Dgraph_linearizer.h297 bool IsFixed() const in IsFixed() function
H A Dstate_split_linearizer.cpp176 if (!acc_.IsVirtualState(currentGate) && !acc_.IsFixed(currentGate)) { in ProcessStateDepend()
H A Dgate_accessor.cpp1837 bool GateAccessor::IsFixed(GateRef g) const in IsFixed() function in GateAccessor
1839 return GetMetaData(g)->IsFixed(); in IsFixed()
1885 bool ConstGateAccessor::IsFixed(GateRef g) const in IsFixed() function in ConstGateAccessor
1887 return GetMetaData(g)->IsFixed(); in IsFixed()
H A Dgate.cpp344 ASSERT(!curOut->GetGateConst()->GetMetaData()->IsFixed()); in CheckBranchOutput()
351 ASSERT(!curOut->GetGateConst()->GetMetaData()->IsFixed()); in CheckBranchOutput()
H A Dshare_gate_meta_data.h158 bool IsFixed() const;
/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_vector.h565 template <bool IsFixed, typename Allocator>
567 class BitVectorBase<IsFixed, Allocator>::BitIndexIterator {

Completed in 27 milliseconds