Searched refs:DeoptBundle (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp938 auto DeoptBundle = *Call->getOperandBundle(LLVMContext::OB_deopt); local
947 ArrayRef<const Use>(DeoptBundle.Inputs.begin(), DeoptBundle.Inputs.end());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp563 if (auto DeoptBundle = CS.getOperandBundle(LLVMContext::OB_deopt)) {
565 for (const Use &ConstU : DeoptBundle->Inputs) {
H A DRewriteStatepointsForGC.cpp289 Optional<OperandBundleUse> DeoptBundle = local
292 if (!DeoptBundle.hasValue()) {
298 return DeoptBundle.getValue().Inputs;

Completed in 59 milliseconds