Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCostModel.cpp191 Value *NextLevelOp = nullptr; in matchPairwiseReductionAtLevel() local
197 NextLevelOp = NextLevelOpL; in matchPairwiseReductionAtLevel()
210 NextLevelOp = NextLevelOpL ? R : L; in matchPairwiseReductionAtLevel()
218 if (!(NextLevelBinOp = dyn_cast<BinaryOperator>(NextLevelOp))) in matchPairwiseReductionAtLevel()