LLVM 22.0.0git
llvm::orc::SpeculateQuery Class Reference

#include "llvm/ExecutionEngine/Orc/SpeculateAnalyses.h"

Inheritance diagram for llvm::orc::SpeculateQuery:
[legend]

Public Types

using ResultTy = std::optional<DenseMap<StringRef, DenseSet<StringRef>>>

Protected Member Functions

LLVM_ABI void findCalles (const BasicBlock *, DenseSet< StringRef > &)
LLVM_ABI bool isStraightLine (const Function &F)

Detailed Description

Definition at line 26 of file SpeculateAnalyses.h.

Member Typedef Documentation

◆ ResultTy

Definition at line 32 of file SpeculateAnalyses.h.

Member Function Documentation

◆ findCalles()

◆ isStraightLine()

bool llvm::orc::SpeculateQuery::isStraightLine ( const Function & F)
protected

The documentation for this class was generated from the following files: