Home
last modified time | relevance | path

Searched defs:IsCapturedCache (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h168 SmallDenseMap<const Value *, bool, 8> IsCapturedCache; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp459 const Value *V, SmallDenseMap<const Value *, bool, 8> *IsCapturedCache) { in isNonEscapingLocalObject()