HomeSort by relevance Sort by last modified time
    Searched defs:AssumptionCacheTracker (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Analysis/
AssumptionCache.cpp 91 void AssumptionCacheTracker::FunctionCallbackVH::deleted() {
98 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) {
115 void AssumptionCacheTracker::verifyAnalysis() const {
132 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) {
136 AssumptionCacheTracker::~AssumptionCacheTracker() {}
138 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
140 char AssumptionCacheTracker::ID = 0;
  /external/llvm/include/llvm/Analysis/
AssumptionCache.h 131 class AssumptionCacheTracker : public ImmutablePass {
135 AssumptionCacheTracker *ACT;
141 FunctionCallbackVH(Value *V, AssumptionCacheTracker *ACT = nullptr)
158 AssumptionCacheTracker();
159 ~AssumptionCacheTracker() override;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
AssumptionCache.h 182 class AssumptionCacheTracker : public ImmutablePass {
186 AssumptionCacheTracker *ACT;
193 FunctionCallbackVH(Value *V, AssumptionCacheTracker *ACT = nullptr)
212 AssumptionCacheTracker();
213 ~AssumptionCacheTracker() override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
AssumptionCache.cpp 220 void AssumptionCacheTracker::FunctionCallbackVH::deleted() {
227 AssumptionCache &AssumptionCacheTracker::getAssumptionCache(Function &F) {
244 void AssumptionCacheTracker::verifyAnalysis() const {
266 AssumptionCacheTracker::AssumptionCacheTracker() : ImmutablePass(ID) {
270 AssumptionCacheTracker::~AssumptionCacheTracker() = default;
272 char AssumptionCacheTracker::ID = 0;
274 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",

Completed in 95 milliseconds