Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.h261 auto &liveIns = liveIn_[block->GetId()]; in VisitAlive() local
Descape.cpp424 auto &liveIns = liveIn_[block->GetId()]; in ProcessBlock() local
2008 void ScalarReplacement::FillLiveInsts(BasicBlock *block, ArenaSet<Inst *> &liveIns, in FillLiveInsts()
2035 auto &liveIns = liveness[block->GetId()]; in PatchSaveStatesInBlock() local
2081 void ScalarReplacement::AddLiveInputs(Inst *inst, ArenaSet<Inst *> &liveIns) in AddLiveInputs()