Searched defs:pairsConflict (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp302 bool pairsConflict(ValuePair P, ValuePair Q,
1530 bool BBVectorize::pairsConflict(ValuePair P, ValuePair Q, function in class:__anon14811::BBVectorize
1715 pairsConflict(C2->first, C->first, PairableInstUsers,
1737 pairsConflict(*T, C->first, PairableInstUsers,
1756 pairsConflict(C2->first, C->first, PairableInstUsers,
1773 if (pairsConflict(*C2, C->first, PairableInstUsers,
1807 pairsConflict(C2->first, C->first, PairableInstUsers))
1856 if (pairsConflict(*C, IJ, PairableInstUsers,

Completed in 146 milliseconds