Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Analysis/BranchProbabilityInfo/
H A Dpr18705.ll5 ; calcFloatingPointHeuristics, which is run later, sets the weights.
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DBranchProbabilityInfo.h408 bool calcFloatingPointHeuristics(const BasicBlock *BB);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp1040 bool BranchProbabilityInfo::calcFloatingPointHeuristics(const BasicBlock *BB) { in calcFloatingPointHeuristics() function in BranchProbabilityInfo
1267 if (calcFloatingPointHeuristics(BB)) in calculate()