Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineInstr.h60 InsideBundle = 1 << 1 // Instruction is inside a bundle (not enumerator
222 return getFlag(InsideBundle);
229 setFlag(InsideBundle);
231 clearFlag(InsideBundle);