Lines Matching defs:Bundle
583 auto Bundle = LLVMGetOperandBundleAtIndex(Src, i);
584 Bundles.push_back(CloneOB(Bundle));
585 LLVMDisposeOperandBundle(Bundle);
595 for (auto Bundle : Bundles)
596 LLVMDisposeOperandBundle(Bundle);
622 auto Bundle = LLVMGetOperandBundleAtIndex(Src, i);
623 Bundles.push_back(CloneOB(Bundle));
624 LLVMDisposeOperandBundle(Bundle);
634 for (auto Bundle : Bundles)
635 LLVMDisposeOperandBundle(Bundle);
858 auto Bundle = LLVMGetOperandBundleAtIndex(Src, i);
859 Bundles.push_back(CloneOB(Bundle));
860 LLVMDisposeOperandBundle(Bundle);
869 for (auto Bundle : Bundles)
870 LLVMDisposeOperandBundle(Bundle);