Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:IsLikely

497         SuccessMBB = AddSuccessorMBB(BB, MBB, /* IsLikely */ true);
498 FailureMBB = AddSuccessorMBB(BB, MBB, /* IsLikely */ false, FailureMBB);
554 /// block will be created. Assign a large weight if IsLikely is true.
557 bool IsLikely,