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.h168 static bool TrySimplifyCompareLenArrayWithZero(Inst *inst);
Dpeepholes.cpp967 } else if (TrySimplifyCompareLenArrayWithZero(inst)) { in VisitCompare()
2397 bool Peepholes::TrySimplifyCompareLenArrayWithZero(Inst *inst) in TrySimplifyCompareLenArrayWithZero() function in panda::compiler::Peepholes