Searched refs:this_bb (Results 1 – 1 of 1) sorted by relevance
253 auto this_bb = GetBasicBlock(); in IsDominate() local255 return this_bb == other_bb ? IsPrecedingInSameBlock(other) : this_bb->IsDominate(other_bb); in IsDominate()