Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h78 std::vector<WeakTrackingVH> OperandBundleCallSites; member
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp561 CodeInfo->OperandBundleCallSites.push_back(NewInst); in CloneBlock()
623 CodeInfo->OperandBundleCallSites.push_back(NewInst); in CloneBlock()
H A DInlineFunction.cpp2404 for (auto &VH : InlinedFunctionInfo.OperandBundleCallSites) { in InlineFunction()