Home
last modified time | relevance | path

Searched refs:Assumptions (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAssumptions.cpp41 DenseSet<StringRef> Assumptions; in getAssumptions() local
46 Assumptions.insert(Str); in getAssumptions()
47 return Assumptions; in getAssumptions()
52 const DenseSet<StringRef> &Assumptions) { in addAssumptionsImpl() argument
53 if (Assumptions.empty()) in addAssumptionsImpl()
58 if (!set_union(CurAssumptions, Assumptions)) in addAssumptionsImpl()
96 bool llvm::addAssumptions(Function &F, const DenseSet<StringRef> &Assumptions) { in addAssumptions() argument
97 return ::addAssumptionsImpl(F, Assumptions); in addAssumptions()
101 const DenseSet<StringRef> &Assumptions) { in addAssumptions() argument
102 return ::addAssumptionsImpl(CB, Assumptions); in addAssumptions()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAssumptions.h67 bool addAssumptions(Function &F, const DenseSet<StringRef> &Assumptions);
70 bool addAssumptions(CallBase &CB, const DenseSet<StringRef> &Assumptions);
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h3041 SetContents(const DenseSet<BaseTy> &Assumptions)
3042 : Universal(false), Set(Assumptions) {}
3044 SetContents(bool Universal, const DenseSet<BaseTy> &Assumptions)
3045 : Universal(Universal), Set(Assumptions) {}
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A DREADME.txt360 Assumptions are listed in "int_lib.h", and in individual files. Where possible
/freebsd/sys/dev/isp/
H A DDriverManual.txt198 5.1 Driver Assumptions
422 5.7 Locking Assumptions
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1687 SmallVector<std::string, 4> Assumptions; in ParseOpenMPAssumesDirective() local
1759 Assumptions.push_back(Assumption); in ParseOpenMPAssumesDirective()
1762 Actions.OpenMP().ActOnOpenMPAssumesDirective(Loc, DKind, Assumptions, in ParseOpenMPAssumesDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h238 ArrayRef<std::string> Assumptions,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp11850 auto Assumptions = getAssumptions(CB); in getInitialAssumptions() local
11852 set_union(Assumptions, getAssumptions(*F)); in getInitialAssumptions()
11854 set_union(Assumptions, getAssumptions(*F)); in getInitialAssumptions()
11855 return Assumptions; in getInitialAssumptions()
/freebsd/lib/clang/libllvm/
H A DMakefile792 SRCS_MIN+= IR/Assumptions.cpp
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3531 ArrayRef<std::string> Assumptions, in ActOnOpenMPAssumesDirective() argument
3533 if (!SkippedClauses && Assumptions.empty()) in ActOnOpenMPAssumesDirective()
3539 OMPAssumeAttr::Create(getASTContext(), llvm::join(Assumptions, ","), Loc); in ActOnOpenMPAssumesDirective()
3546 if (Assumptions.empty()) in ActOnOpenMPAssumesDirective()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok479 Robert A. Wagner Finiteness Assumptions and Intellectual
H A Dfunstack.in3366 title = "Finiteness Assumptions and Intellectual Isolation of Computer Scientists",