Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.h228 bool TrySimplifyNegationPattern(Inst *inst);
Dpeepholes.cpp264 if (visitor->TrySimplifyNegationPattern(inst)) { in VisitAdd()
2836 bool Peepholes::TrySimplifyNegationPattern(Inst *inst) in TrySimplifyNegationPattern() function in ark::compiler::Peepholes