Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1994 bool ShouldDropAll) { in dropTypeTests() argument
2008 assert(ShouldDropAll || all_of(CI->users(), [](User *U) -> bool { in dropTypeTests()
2022 bool ShouldDropAll = DropTypeTests == DropTestKind::All; in lower() local
2024 dropTypeTests(M, *TypeTestFunc, ShouldDropAll); in lower()
2031 dropTypeTests(M, *PublicTypeTestFunc, ShouldDropAll); in lower()