HomeSort by: relevance | last modified time | path
    Searched refs:DeoptBundle (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 1128 auto DeoptBundle = *Call->getOperandBundle(LLVMContext::OB_deopt);
1137 ArrayRef<const Use>(DeoptBundle.Inputs.begin(), DeoptBundle.Inputs.end());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 600 if (auto DeoptBundle = CB.getOperandBundle(LLVMContext::OB_deopt)) {
601 for (const Use &ConstU : DeoptBundle->Inputs) {
RewriteStatepointsForGC.cpp 289 Optional<OperandBundleUse> DeoptBundle =
292 if (!DeoptBundle.hasValue()) {
298 return DeoptBundle.getValue().Inputs;

Completed in 29 milliseconds