Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp561 struct CachedShadow { struct
566 DenseMap<std::pair<Value *, Value *>, CachedShadow> CachedShadows;
1856 CachedShadow &CCS = CachedShadows[Key]; in combineShadows()