Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dcleanup.cpp272 void Cleanup::MarkInlinedCaller(Marker liveMrk, Inst *saveState) in MarkInlinedCaller()
303 void Cleanup::MarkLiveRec(Marker liveMrk, Inst *inst) in MarkLiveRec()
328 void Cleanup::MarkOneLiveInst(Marker deadMrk, Marker liveMrk, Inst *inst) in MarkOneLiveInst()
345 void Cleanup::MarkLiveInstructions(Marker deadMrk, Marker liveMrk) in MarkLiveInstructions()
355 …moveNonLiveInst(Inst *inst, BasicBlock *bb, ArenaSet<BasicBlock *> *newEmptyBlocks, Marker liveMrk) in TryToRemoveNonLiveInst()
402 auto liveMrk = markerHolder.GetMarker(); in Dce() local
414 void Cleanup::SetLiveRec(Inst *inst, Marker mrk, Marker liveMrk) in SetLiveRec()
426 void Cleanup::LiveUserSearchRec(Inst *inst, Marker mrk, Marker liveMrk, Marker deadMrk) in LiveUserSearchRec()
471 …Cleanup::TryMarkInstIsDead(Inst *inst, Marker deadMrk, Marker mrk, [[maybe_unused]] Marker liveMrk) in TryMarkInstIsDead()
482 void Cleanup::Marking(Marker deadMrk, Marker mrk, Marker liveMrk) in Marking()
[all …]