Searched defs:AssumptionCache (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DAssumptionCache.h1 //===- llvm/Analysis/AssumptionCache.h - Track @llvm.assume ---*- C++ -*-===//
43 class AssumptionCache { class in namespace:llvm
63 /// \brief Construct an AssumptionCache from a function by scanning all of
65 AssumptionCache(Function &F) : F(F), Scanned(false) {} function in class:llvm::AssumptionCache
96 /// \brief A function analysis which provides an \c AssumptionCache.
104 typedef AssumptionCache Result;
118 AssumptionCache run(Function &F) { return AssumptionCache(F); }
132 /// \brief An immutable pass that tracks lazily created \c AssumptionCache
137 /// function is deleted. The nature of the AssumptionCache i
[all...]

Completed in 100 milliseconds