Searched refs:UsesMap (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp346 /// Clear UsesMap for runtime function.
347 void clearUsesMap() { UsesMap.clear(); }
354 std::shared_ptr<UseVector> &UV = UsesMap[F];
363 auto I = UsesMap.find(&F);
364 if (I != UsesMap.end())
370 size_t getNumFunctionsWithUses() const { return UsesMap.size(); }
412 DenseMap<Function *, std::shared_ptr<UseVector>> UsesMap; member in struct:__anon2850::OMPInformationCache::RuntimeFunctionInfo
416 decltype(UsesMap)::iterator begin() { return UsesMap.begin(); }
417 decltype(UsesMap)
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1556 typedef llvm::MapVector<const VarDecl *, MappedType> UsesMap; typedef in class:__anon708::UninitValsDiagReporter
1557 UsesMap uses;
1558 UsesMap constRefUses;
1564 MappedType &getUses(UsesMap &um, const VarDecl *vd) {

Completed in 124 milliseconds