Searched refs:StrongerOrdering (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DGlobalOpt.cpp166 /// StrongerOrdering - Return the stronger of the two ordering. If the two
169 static AtomicOrdering StrongerOrdering(AtomicOrdering X, AtomicOrdering Y) { function
221 GS.Ordering = StrongerOrdering(GS.Ordering, LI->getOrdering());
228 GS.Ordering = StrongerOrdering(GS.Ordering, SI->getOrdering());

Completed in 95 milliseconds