Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp480 bool InBundle = false; in verify() local
490 if (InBundle && !MI.isBundledWithPred()) in verify()
494 if (!InBundle && MI.isBundledWithPred()) in verify()
520 InBundle = MI.isBundledWithSucc(); in verify()
524 if (InBundle) in verify()