Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dworking_ranges.h35 static inline void AddRange(LifeIntervals *interval, InstructionsRanges *dest) in AddRange() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_coalesce.h44 void AddRange(uint32 bbid, uint32 end, bool alreadLive) in AddRange() function
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_code_parser_context.cpp98 void CodePatcher::AddRange(std::pair<size_t, size_t> range) in AddRange() function in ark::static_linker::CodePatcher
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp328 void AddRange(LifeIntervals *interval, InstructionsRanges *dest) in AddRange() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp651 void LSRALinearScanRegAllocator::LiveInterval::AddRange(uint32 from, uint32 to) in AddRange() function in maplebe::LSRALinearScanRegAllocator::LiveInterval