Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/X86/
H A Dreorder_with_reordered_users.ll8 ; (N4)OrderB
17 ; (N4)OrderB
23 ; 3. N3 is now visited along with its operand N4. BestOrder is "OrderB".
28 ; (N1)NoOrder (N2)NoOrder (N3)OrderB
33 ; reordered based on OrderA and N3's OrderB. This results in a crash in
/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp171 const BinaryFunction::BasicBlockOrderType OrderB = in isIdenticalWith() local
179 auto BBI = OrderB.begin(); in isIdenticalWith()