Searched refs:IsPrecedingInSameBlock (Results 1 – 3 of 3) sorted by relevance
231 bool Inst::IsPrecedingInSameBlock(const Inst *other) const in IsPrecedingInSameBlock() function in panda::compiler::Inst255 return this_bb == other_bb ? IsPrecedingInSameBlock(other) : this_bb->IsDominate(other_bb); in IsDominate()
914 bool IsPrecedingInSameBlock(const Inst *other) const;
319 EXPECT_TRUE(save_state_inst->IsPrecedingInSameBlock(inst)); in __anon7b7a1abf0602()