Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/tests/
Dinlining_test.cpp219 auto instMap = PopulateInstructionMap(GetGraph()); in TEST_F() local
255 auto instMap = PopulateInstructionMap(GetGraph()); in TEST_F() local
283 auto instMap = PopulateInstructionMap(GetGraph()); in TEST_F() local
320 auto instMap = PopulateInstructionMap(GetGraph()); in TEST_F() local
371 auto instMap = PopulateInstructionMap(GetGraph()); in TEST_F() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp1921 bool AsmEmitter::AssignProfileInfo(std::unordered_map<size_t, std::vector<Ins *>> &instMap, in AssignProfileInfo()
1949 std::unordered_map<size_t, std::vector<Ins *>> instMap; in AssignProfileInfo() local