Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DCloning.h77 std::vector<WeakTrackingVH> OperandBundleCallSites; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneFunction.cpp372 CodeInfo->OperandBundleCallSites.push_back(NewInst); in CloneBlock()
429 CodeInfo->OperandBundleCallSites.push_back(NewInst); in CloneBlock()
DInlineFunction.cpp1760 for (auto &VH : InlinedFunctionInfo.OperandBundleCallSites) { in InlineFunction()