Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1606 static void reorderInputsAccordingToOpcode(ArrayRef<Value *> VL,
3074 reorderInputsAccordingToOpcode(VL, Left, Right, *DL, *SE, *this); in buildTree_rec()
3121 reorderInputsAccordingToOpcode(VL, Left, Right, *DL, *SE, *this); in buildTree_rec()
3375 reorderInputsAccordingToOpcode(VL, Left, Right, *DL, *SE, *this); in buildTree_rec()
4625 void BoUpSLP::reorderInputsAccordingToOpcode(ArrayRef<Value *> VL, in reorderInputsAccordingToOpcode() function in BoUpSLP