Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLICM.cpp1487 for (unsigned BundleIdx = 0, BundleEnd = CI->getNumOperandBundles(); in cloneInstructionInExitBlock() local
1488 BundleIdx != BundleEnd; ++BundleIdx) { in cloneInstructionInExitBlock()
1489 OperandBundleUse Bundle = CI->getOperandBundleAt(BundleIdx); in cloneInstructionInExitBlock()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86FloatingPoint.cpp552 unsigned BundleIdx = Bundles->getBundle(MBB->getNumber(), true); in finishBlockStack() local
553 LiveBundle &Bundle = LiveBundles[BundleIdx]; in finishBlockStack()
566 LLVM_DEBUG(dbgs() << "LB#" << BundleIdx << ": "); in finishBlockStack()