Lines Matching defs:LastOpc
368 unsigned LastOpc = LastInst->getOpcode();
370 if (isUncondBranchOpcode(LastOpc)) {
374 if (isCondBranchOpcode(LastOpc)) {
388 if (AllowModify && isUncondBranchOpcode(LastOpc)) {
392 LastOpc = LastInst->getOpcode();
407 if (AllowModify && isUncondBranchOpcode(LastOpc) &&
411 LastOpc = LastInst->getOpcode();
413 assert(!isUncondBranchOpcode(LastOpc) &&
416 if (isCondBranchOpcode(LastOpc)) {
432 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
440 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
450 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
483 unsigned LastOpc = LastInst->getOpcode();
484 if (!isCondBranchOpcode(LastOpc))
487 switch (LastOpc) {
506 MBP.Predicate = LastOpc == AArch64::CBNZX ? MachineBranchPredicate::PRED_NE