Home
last modified time | relevance | path

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

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