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

/external/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp101 static uint32_t getMaxWeightFor(BasicBlock *BB) { function
178 // to [1, getMaxWeightFor(BB)].
179 uint32_t WeightLimit = getMaxWeightFor(BB);

Completed in 54 milliseconds