Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DCloning.h78 std::vector<WeakTrackingVH> OperandBundleCallSites; member
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp548 CodeInfo->OperandBundleCallSites.push_back(NewInst); in CloneBlock()
607 CodeInfo->OperandBundleCallSites.push_back(NewInst); in CloneBlock()
H A DInlineFunction.cpp2252 for (auto &VH : InlinedFunctionInfo.OperandBundleCallSites) { in InlineFunction()