Home
last modified time | relevance | path

Searched refs:ProcessBlockLiveInstructions (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp241 ProcessBlockLiveInstructions(block, live_set); in BuildInstLifeIntervals()
295 void LivenessAnalyzer::ProcessBlockLiveInstructions(BasicBlock *block, InstLiveSet *live_set) in ProcessBlockLiveInstructions() function in panda::compiler::LivenessAnalyzer
Dliveness_analyzer.h564 void ProcessBlockLiveInstructions(BasicBlock *block, InstLiveSet *live_set);
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp297 ProcessBlockLiveInstructions(block, liveSet); in BuildInstLifeIntervals()
350 void LivenessAnalyzer::ProcessBlockLiveInstructions(BasicBlock *block, InstLiveSet *liveSet) in ProcessBlockLiveInstructions() function in ark::compiler::LivenessAnalyzer
Dliveness_analyzer.h610 void ProcessBlockLiveInstructions(BasicBlock *block, InstLiveSet *liveSet);