Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp582 PI.CreatedDeclarations.insert(IF); in materializeStack()
598 PI.CreatedDeclarations.insert(IF); in materializeStack()
783 for (auto &F : CreatedDeclarations) in ~PredicateInfo()
785 CreatedDeclarations.clear(); in ~PredicateInfo()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h209 SmallSet<AssertingVH<Function>, 20> CreatedDeclarations; variable