Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.h169 static bool TrySimplifyCompareLenArrayWithZero(Inst *inst);
Dpeepholes.cpp967 } else if (TrySimplifyCompareLenArrayWithZero(inst)) { in VisitCompare()
2332 bool Peepholes::TrySimplifyCompareLenArrayWithZero(Inst *inst) in TrySimplifyCompareLenArrayWithZero() function in ark::compiler::Peepholes