Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h206 SmallDenseMap<Type *, Function *> DeclarationCache; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp512 auto It = PI.DeclarationCache.try_emplace(Op->getType()); in materializeStack()