Searched refs:MarkLiveRec (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | cleanup.cpp | 279 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 D | cleanup.h | 69 void MarkLiveRec(Marker liveMrk, Inst *inst);
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
H A D | cleanup.h | 62 void MarkLiveRec(Marker live_mrk, Inst *inst);
|
H A D | cleanup.cpp | 244 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