Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp567 PI.CreatedDeclarations.insert(IF); in materializeStack()
583 PI.CreatedDeclarations.insert(IF); in materializeStack()
768 for (const auto &F : CreatedDeclarations) in ~PredicateInfo()
770 CreatedDeclarations.clear(); in ~PredicateInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h207 SmallSet<AssertingVH<Function>, 20> CreatedDeclarations; variable