Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DCloning.h80 std::vector<WeakVH> OperandBundleCallSites; member
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp387 CodeInfo->OperandBundleCallSites.push_back(NewInst); in CloneBlock()
464 CodeInfo->OperandBundleCallSites.push_back(NewInst); in CloneBlock()
DInlineFunction.cpp1198 for (auto &VH : InlinedFunctionInfo.OperandBundleCallSites) { in InlineFunction()