Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:Cache

845           GlobalVariable *Cache =
864 Value *CachedVal = new LoadInst(Cache, "fpcache", EntryBB);
881 // Save the value in our cache.
882 new StoreInst(CastedResolver, Cache, LookupBB);