Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Danalysis.h41 bool IsCastAllowedInBytecode(const Inst *inst);
Danalysis.cpp339 bool IsCastAllowedInBytecode(const Inst *inst) in IsCastAllowedInBytecode() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp1233 if (graph->IsBytecodeOptimizer() && !IsCastAllowedInBytecode(op0)) { in VisitCastCase3()