Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCloning.h76 std::vector<WeakTrackingVH> OperandBundleCallSites; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp419 CodeInfo->OperandBundleCallSites.push_back(NewInst); in CloneBlock()
476 CodeInfo->OperandBundleCallSites.push_back(NewInst); in CloneBlock()
H A DInlineFunction.cpp1980 for (auto &VH : InlinedFunctionInfo.OperandBundleCallSites) { in InlineFunction()