Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dbasicblock_test.cpp48 … CheckBlockFalseSuccessorPosition(BasicBlock *block, const ArenaVector<BasicBlock *> &blocks_vecto… in CheckBlockFalseSuccessorPosition()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.cpp565 const auto &blocks_vector = GetGraph()->GetBlocksLinearOrder(); in CheckJump() local