Searched refs:NextInSameBundle (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp1071 bool NextInSameBundle = NextMII != E && NextMII->isBundledWithPred(); local
1079 if (NextInSameBundle && !NextMII->isBundledWithPred())
1083 if (BundleMI && !NextInSameBundle && MI->isInsideBundle()) {

Completed in 106 milliseconds