Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_color_ra.cpp2423 bool GraphColorRegAllocator::SetAvailableSpillReg(std::unordered_set<regno_t> &cannotUseReg, LiveRa… in SetAvailableSpillReg()
2453 void GraphColorRegAllocator::CollectCannotUseReg(std::unordered_set<regno_t> &cannotUseReg, const L… in CollectCannotUseReg()
2525 std::unordered_set<regno_t> cannotUseReg; in SetRegForSpill() local