Searched refs:getCache (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Support/
H A DSourceMgr.cpp36 static LineNoCacheTy *getCache(void *Ptr) { function
43 if (LineNoCacheTy *Cache = getCache(LineNoCache))
105 if (LineNoCacheTy *Cache = getCache(LineNoCache))
122 LineNoCacheTy &Cache = *getCache(LineNoCache);
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1005 /// getCache - This lazily constructs the LazyValueInfoCache.
1006 static LazyValueInfoCache &getCache(void *&PImpl) { function
1014 getCache(PImpl).clear();
1031 delete &getCache(PImpl);
1056 LVILatticeVal Result = getCache(PImpl).getValueInBlock(V, BB);
1072 LVILatticeVal Result = getCache(PImpl).getValueOnEdge(V, FromBB, ToBB);
1090 LVILatticeVal Result = getCache(PImpl).getValueOnEdge(V, FromBB, ToBB);
1157 if (PImpl) getCache(PImpl).threadEdge(PredBB, OldSucc, NewSucc);
1161 if (PImpl) getCache(PImpl).eraseBlock(BB);

Completed in 97 milliseconds