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.cpp54 SmallSetVector<IntrinsicInst *, 4> &PTrues);
134 BasicBlock &BB, SmallSetVector<IntrinsicInst *, 4> &PTrues) { in coalescePTrueIntrinsicCalls() argument
135 if (PTrues.size() <= 1) in coalescePTrueIntrinsicCalls()
140 *llvm::max_element(PTrues, [](auto *PTrue1, auto *PTrue2) { in coalescePTrueIntrinsicCalls()
149 PTrues.remove(MostEncompassingPTrue); in coalescePTrueIntrinsicCalls()
150 PTrues.remove_if(isPTruePromoted); in coalescePTrueIntrinsicCalls()
168 for (auto *PTrue : PTrues) { in coalescePTrueIntrinsicCalls()