Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.cpp735 bool IsObjectCheckDisabledForOpcode(const Inst *inst) in CheckDataFlow() function
759 … ASSERT((*it)->GetType() != DataType::REFERENCE || IsObjectCheckDisabledForOpcode(*it)); in CheckDataFlow()
792 if (IsObjectCheckDisabledForOpcode(inst)) { in CheckDataFlow()
799 skip_flag &= IsObjectCheckDisabledForOpcode(input.GetInst()); in CheckDataFlow()