Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:Cache

852           GlobalVariable *Cache =
871 Value *CachedVal = new LoadInst(Cache, "fpcache", EntryBB);
888 // Save the value in our cache.
889 new StoreInst(CastedResolver, Cache, LookupBB);