Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp574 PI.CreatedDeclarations.insert(IF); in materializeStack()
590 PI.CreatedDeclarations.insert(IF); in materializeStack()
775 for (const auto &F : CreatedDeclarations) in ~PredicateInfo()
777 CreatedDeclarations.clear(); in ~PredicateInfo()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h209 SmallSet<AssertingVH<Function>, 20> CreatedDeclarations; variable