Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.h68 void updatePatternBenefit(unsigned patternIndex, PatternBenefit benefit);
H A DPatternApplicator.cpp57 mutableByteCodeState->updatePatternBenefit(it.index(), model(it.value())); in applyCostModel()
H A DByteCode.cpp61 void PDLByteCodeMutableState::updatePatternBenefit(unsigned patternIndex, in updatePatternBenefit() function in PDLByteCodeMutableState