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

/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h218 return isBundledWithPred() || isBundledWithSucc();
223 bool isBundledWithPred() const { return getFlag(BundledPred); } function in class:llvm::MachineInstr
372 if (Type == IgnoreBundle || !isBundled() || isBundledWithPred())

Completed in 128 milliseconds