Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h77 std::vector<WeakTrackingVH> OperandBundleCallSites; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp576 CodeInfo->OperandBundleCallSites.push_back(NewInst); in CloneBlock()
638 CodeInfo->OperandBundleCallSites.push_back(NewInst); in CloneBlock()
H A DInlineFunction.cpp2304 for (auto &VH : InlinedFunctionInfo.OperandBundleCallSites) { in InlineFunction()