Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineVerifier.cpp399 bool InBundle = false; in verify() local
409 if (InBundle && !MI.isBundledWithPred()) in verify()
413 if (!InBundle && MI.isBundledWithPred()) in verify()
439 InBundle = MI.isBundledWithSucc(); in verify()
443 if (InBundle) in verify()