Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCostModel.cpp192 Value *NextLevelOp = nullptr; in matchPairwiseReductionAtLevel() local
198 NextLevelOp = NextLevelOpL; in matchPairwiseReductionAtLevel()
211 NextLevelOp = NextLevelOpL ? R : L; in matchPairwiseReductionAtLevel()
219 if (!(NextLevelBinOp = dyn_cast<BinaryOperator>(NextLevelOp))) in matchPairwiseReductionAtLevel()