Searched refs:getCache (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | LazyValueInfo.cpp | 1103 static LazyValueInfoCache &getCache(void *&PImpl, AssumptionCache *AC, in getCache() function 1124 getCache(PImpl, AC, &DL, DT).clear(); in runOnFunction() 1139 delete &getCache(PImpl, AC, nullptr); in releaseMemory() 1148 getCache(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI); in getConstant() 1167 getCache(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantOnEdge() 1255 getCache(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI); in getPredicateOnEdge() 1264 LVILatticeVal Result = getCache(PImpl, AC, &DL, DT).getValueAt(V, CxtI); in getPredicateAt() 1305 getCache(PImpl, AC, &DL, DT).threadEdge(PredBB, OldSucc, NewSucc); in threadEdge() 1312 getCache(PImpl, AC, &DL, DT).eraseBlock(BB); in eraseBlock()
|
| /NextBSD/contrib/llvm/lib/Support/ |
| HD | SourceMgr.cpp | 34 static LineNoCacheTy *getCache(void *Ptr) { in getCache() function 41 if (LineNoCacheTy *Cache = getCache(LineNoCache)) in ~SourceMgr() 94 if (LineNoCacheTy *Cache = getCache(LineNoCache)) in getLineAndColumn() 111 LineNoCacheTy &Cache = *getCache(LineNoCache); in getLineAndColumn()
|