Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Danalysis.cpp318 bool ApplyForCastJoin(Inst *cast, Inst *input, Inst *origInst, Arch arch) in ApplyForCastJoin()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp1192 auto origInst = input->GetInput(0).GetInst(); in VisitCastCase2() local