HomeSort by relevance Sort by last modified time
    Searched defs:AssumptionCacheTracker (Results 1 - 2 of 2) 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 140 class AssumptionCacheTracker : public ImmutablePass {
144 AssumptionCacheTracker *ACT;
150 FunctionCallbackVH(Value *V, AssumptionCacheTracker *ACT = nullptr)
167 AssumptionCacheTracker();
168 ~AssumptionCacheTracker() override;

Completed in 81 milliseconds