Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h182 LLVM_ABI void verifyPredicateInfo() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp781 void PredicateInfo::verifyPredicateInfo() const {} in verifyPredicateInfo() function in llvm::PredicateInfo
865 std::make_unique<PredicateInfo>(F, DT, AC, Allocator)->verifyPredicateInfo(); in run()