Home
last modified time | relevance | path

Searched refs:IsPrecedingInSameBlock (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp231 bool Inst::IsPrecedingInSameBlock(const Inst *other) const in IsPrecedingInSameBlock() function in panda::compiler::Inst
255 return this_bb == other_bb ? IsPrecedingInSameBlock(other) : this_bb->IsDominate(other_bb); in IsDominate()
Dinst.h914 bool IsPrecedingInSameBlock(const Inst *other) const;
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp319 EXPECT_TRUE(save_state_inst->IsPrecedingInSameBlock(inst)); in __anon7b7a1abf0602()