Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/ad/
Dmad.cpp246 void MAD::SaveStates(std::vector<std::bitset<kOccupyWidth>> &occupyTable, int size) const in SaveStates()
266 void MAD::RestoreStates(std::vector<std::bitset<kOccupyWidth>> &occupyTable, int size) const in RestoreStates()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_schedule.cpp1061 std::vector<std::bitset<bitSetLength>> occupyTable; in IterateBruteForce() local