Searched defs:isBundledWithSucc (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h218 return isBundledWithPred() || isBundledWithSucc();
227 bool isBundledWithSucc() const { return getFlag(BundledSucc); } function in class:llvm::MachineInstr

Completed in 722 milliseconds