Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/X86/
H A Dreorder_with_reordered_users.ll10 ; (N1)OrderA (N2)OrderA (N3)NoOrder
14 ; 1. Phi is visited along with its operands (N1,N2,N3). BestOrder is "OrderA".
19 ; (N1)NoOrder (N2)NoOrder (N3)OrderA
21 ; (Phi)OrderA
30 ; (Phi)OrderA
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.cpp166 const BinaryFunction::BasicBlockOrderType OrderA = in isIdenticalWith() local
180 for (const BinaryBasicBlock *BB : OrderA) { in isIdenticalWith()