Home
last modified time | relevance | path

Searched defs:isOsrBlocked (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp2115 bool Peepholes::TrySimplifyCompareWithBoolInput(Inst *inst, bool *isOsrBlocked) in TrySimplifyCompareWithBoolInput()
2211 bool Peepholes::TrySimplifyCmpCompareWithZero(Inst *inst, bool *isOsrBlocked) in TrySimplifyCmpCompareWithZero()
2296 bool Peepholes::TrySimplifyCompareAndZero(Inst *inst, bool *isOsrBlocked) in TrySimplifyCompareAndZero()
2356 bool Peepholes::TryCombineConst(Inst *inst, ConstantInst *cnst1, T combine, bool *isOsrBlocked) in TryCombineConst()
2389 bool Peepholes::TryCombineAddSubConst(Inst *inst, ConstantInst *cnst1, bool *isOsrBlocked) in TryCombineAddSubConst()
2399 bool Peepholes::TryCombineShiftConst(Inst *inst, ConstantInst *cnst1, bool *isOsrBlocked) in TryCombineShiftConst()
2431 bool Peepholes::TryCombineMulConst(Inst *inst, ConstantInst *cnst1, bool *isOsrBlocked) in TryCombineMulConst()