Home
last modified time | relevance | path

Searched defs:Assumptions (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAssumptions.cpp41 DenseSet<StringRef> Assumptions; in getAssumptions() local
52 const DenseSet<StringRef> &Assumptions) { in addAssumptionsImpl()
96 bool llvm::addAssumptions(Function &F, const DenseSet<StringRef> &Assumptions) { in addAssumptions()
101 const DenseSet<StringRef> &Assumptions) { in addAssumptions()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1687 SmallVector<std::string, 4> Assumptions; in ParseOpenMPAssumesDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp11850 auto Assumptions = getAssumptions(CB); in getInitialAssumptions() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3531 ArrayRef<std::string> Assumptions, in ActOnOpenMPAssumesDirective()