Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DSourceMgr.cpp36 static LineNoCacheTy *getCache(void *Ptr) { in getCache() function
43 if (LineNoCacheTy *Cache = getCache(LineNoCache)) in ~SourceMgr()
96 if (LineNoCacheTy *Cache = getCache(LineNoCache)) in getLineAndColumn()
113 LineNoCacheTy &Cache = *getCache(LineNoCache); in getLineAndColumn()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1106 static LazyValueInfoCache &getCache(void *&PImpl, AssumptionCache *AC, in getCache() function
1127 getCache(PImpl, AC, DL, DT).clear(); in runOnFunction()
1142 delete &getCache(PImpl, AC); in releaseMemory()
1150 getCache(PImpl, AC, DL, DT).getValueInBlock(V, BB, CxtI); in getConstant()
1168 getCache(PImpl, AC, DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantOnEdge()
1254 getCache(PImpl, AC, DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI); in getPredicateOnEdge()
1262 LVILatticeVal Result = getCache(PImpl, AC, DL, DT).getValueAt(V, CxtI); in getPredicateAt()
1270 getCache(PImpl, AC, DL, DT).threadEdge(PredBB, OldSucc, NewSucc); in threadEdge()
1275 getCache(PImpl, AC, DL, DT).eraseBlock(BB); in eraseBlock()