Searched defs:ln (Results 1 - 12 of 12) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | liveness_use_table.cpp | 21 void UseTable::AddUseOnFixedLocation(const Inst *inst, Location location, LifeNumber ln) in AddUseOnFixedLocation() argument
|
| H A D | live_registers.h | 116 void VisitIntervals(LifeNumber ln, Func func, const Inst *skipInst = nullptr) const in VisitIntervals() argument
|
| H A D | liveness_analyzer.h | 303 void AddUsePosition(LifeNumber ln) in AddUsePosition() argument 310 void PrependUsePosition(LifeNumber ln) in PrependUsePosition() argument 572 auto ln = intervalForTemp->GetEnd(); EnumerateFixedLocationsOverlappingTemp() local [all...] |
| H A D | liveness_analyzer.cpp | 554 void LivenessAnalyzer::CreateIntervalForTemp(LifeNumber ln) in CreateIntervalForTemp() argument 803 void LivenessAnalyzer::BlockFixedLocationRegister(Location location, LifeNumber ln) in BlockFixedLocationRegister() argument 846 SplitAt(LifeNumber ln, ArenaAllocator *alloc) SplitAt() argument 922 FindSiblingAt(LifeNumber ln) FindSiblingAt() argument 972 FindRangeCoveringPosition(LifeNumber ln, LiveRange *dst) const FindRangeCoveringPosition() argument 984 GetSpillWeightAt(const LivenessAnalyzer &la, LifeNumber ln) GetSpillWeightAt() argument [all...] |
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| H A D | optimize_bytecode.cpp | 163 size_t ln = 0; in LineNumberPropagate() local
|
| H A D | codegen.cpp | 140 auto ln = ir_interface_->GetLineNumberByPc(inst->GetPc()); in AddLineNumber() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | optimize_bytecode.cpp | 182 size_t ln = 0; in LineNumberPropagate() local
|
| H A D | codegen.cpp | 187 auto ln = irInterface_->GetLineNumberByPc(inst->GetPc()); in AddLineNumber() local
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| H A D | liveness_analyzer.cpp | 552 void LivenessAnalyzer::BlockFixedLocationRegister(Location location, LifeNumber ln) in BlockFixedLocationRegister() argument 587 LifeIntervals *LifeIntervals::SplitAt(LifeNumber ln, ArenaAllocator *alloc) in SplitAt() argument 639 FindSiblingAt(LifeNumber ln) FindSiblingAt() argument [all...] |
| H A D | liveness_analyzer.h | 292 void AddUsePosition(LifeNumber ln) in AddUsePosition() argument [all...] |
| /arkcompiler/runtime_core/libpandabase/os/ |
| H A D | debug_info.cpp | 470 Dwarf_Unsigned ln; in GetSrcFileAndLine() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| H A D | debug_info.cpp | 553 Dwarf_Unsigned ln; in GetSrcFileAndLine() local
|
Completed in 13 milliseconds