Searched refs:shouldOptimallyReduce (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/PBQP/
H A DHeuristicBase.h108 bool shouldOptimallyReduce(Graph::NodeItr nItr) { function in class:PBQP::HeuristicBase
129 /// addToHeuristicReduceList based on the result of shouldOptimallyReduce.
135 if (impl().shouldOptimallyReduce(nItr)) {
/external/llvm/include/llvm/CodeGen/PBQP/Heuristics/
H A DBriggs.h127 bool shouldOptimallyReduce(Graph::NodeItr nItr) { function in class:PBQP::Heuristics::Briggs
278 if (shouldOptimallyReduce(nItr)) {

Completed in 269 milliseconds