Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp57 SmallSetVector<IntrinsicInst *, 4> &PTrues);
137 BasicBlock &BB, SmallSetVector<IntrinsicInst *, 4> &PTrues) { in coalescePTrueIntrinsicCalls() argument
138 if (PTrues.size() <= 1) in coalescePTrueIntrinsicCalls()
143 *llvm::max_element(PTrues, [](auto *PTrue1, auto *PTrue2) { in coalescePTrueIntrinsicCalls()
152 PTrues.remove(MostEncompassingPTrue); in coalescePTrueIntrinsicCalls()
153 PTrues.remove_if(isPTruePromoted); in coalescePTrueIntrinsicCalls()
171 for (auto *PTrue : PTrues) { in coalescePTrueIntrinsicCalls()