Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineVerifier.cpp421 bool InBundle = false; in verify() local
431 if (InBundle && !MI.isBundledWithPred()) in verify()
435 if (!InBundle && MI.isBundledWithPred()) in verify()
461 InBundle = MI.isBundledWithSucc(); in verify()
465 if (InBundle) in verify()