Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DCloning.h74 std::vector<WeakTrackingVH> OperandBundleCallSites; member
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp524 CodeInfo->OperandBundleCallSites.push_back(NewInst); in CloneBlock()
583 CodeInfo->OperandBundleCallSites.push_back(NewInst); in CloneBlock()
H A DInlineFunction.cpp2027 for (auto &VH : InlinedFunctionInfo.OperandBundleCallSites) { in InlineFunction()