Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1414 for (unsigned BundleIdx = 0, BundleEnd = CI->getNumOperandBundles(); in cloneInstructionInExitBlock() local
1415 BundleIdx != BundleEnd; ++BundleIdx) { in cloneInstructionInExitBlock()
1416 OperandBundleUse Bundle = CI->getOperandBundleAt(BundleIdx); in cloneInstructionInExitBlock()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp550 unsigned BundleIdx = Bundles->getBundle(MBB->getNumber(), true); in finishBlockStack() local
551 LiveBundle &Bundle = LiveBundles[BundleIdx]; in finishBlockStack()
564 LLVM_DEBUG(dbgs() << "LB#" << BundleIdx << ": "); in finishBlockStack()