Home
last modified time | relevance | path

Searched refs:InBundle (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp442 bool InBundle = false; in verify() local
452 if (InBundle && !MI.isBundledWithPred()) in verify()
456 if (!InBundle && MI.isBundledWithPred()) in verify()
482 InBundle = MI.isBundledWithSucc(); in verify()
486 if (InBundle) in verify()