Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h165 SmallDenseMap<const Value *, CaptureComponents, 8> IsCapturedCache; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp202 IsCapturedCache.insert({Object, CaptureComponents::Provenance}); in getCapturesBefore()