Home
last modified time | relevance | path

Searched refs:MarkLiveRec (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dcleanup.cpp279 MarkLiveRec<false>(liveMrk, caller); in MarkInlinedCaller()
300 void Cleanup::MarkLiveRec(Marker liveMrk, Inst *inst) in MarkLiveRec() function in ark::compiler::Cleanup
319 MarkLiveRec<LIGHT_MODE>(liveMrk, input.GetInst()); in MarkLiveRec()
329 MarkLiveRec<true>(liveMrk, inst); in MarkOneLiveInst()
336 MarkLiveRec<false>(liveMrk, inst); in MarkOneLiveInst()
H A Dcleanup.h69 void MarkLiveRec(Marker liveMrk, Inst *inst);
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H A Dcleanup.h62 void MarkLiveRec(Marker live_mrk, Inst *inst);
H A Dcleanup.cpp244 void Cleanup::MarkLiveRec(Marker live_mrk, Inst *inst) in MarkLiveRec() function in panda::compiler::Cleanup
257 MarkLiveRec(live_mrk, input.GetInst()); in MarkLiveRec()
272 MarkLiveRec(live_mrk, inst); in Dce()

Completed in 4 milliseconds