Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineVerifier.cpp407 bool InBundle = false; in verify() local
418 if (InBundle && !MBBI->isBundledWithPred()) in verify()
422 if (!InBundle && MBBI->isBundledWithPred()) in verify()
451 InBundle = MBBI->isBundledWithSucc(); in verify()
455 if (InBundle) in verify()