Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/cflow/
Dcflow_info.cpp42 auto &inst_map = *inst_map_ptr; in FillInstructionsMap() local
66 CflowStatus FillJumpsMapAndGetLastInstructionType(const InstructionsMap &inst_map, JumpsMap *jumps_… in FillJumpsMapAndGetLastInstructionType()
108 CflowStatus FillCflowBlockInfo(const InstructionsMap &inst_map, CflowBlockInfo *code_block_info) in FillCflowBlockInfo()
140 [[maybe_unused]] const F &get_offset, InstructionsMap *inst_map, in ProcessCatchBlocks()
Djumps_map.h92 bool IsConflictingWith(const InstructionsMap &inst_map) const in IsConflictingWith()
97 …bool GetFirstConflictingJump(const InstructionsMap &inst_map, PtrType *pc_jump_ptr, PtrType *pc_ta… in GetFirstConflictingJump()