HomeSort by: relevance | last modified time | path
    Searched refs:getPredictableBranchThreshold (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 332 BranchProbability getPredictableBranchThreshold() const;
1457 virtual BranchProbability getPredictableBranchThreshold() = 0;
1763 BranchProbability getPredictableBranchThreshold() override {
1764 return Impl.getPredictableBranchThreshold();
TargetTransformInfoImpl.h 88 BranchProbability getPredictableBranchThreshold() const {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 232 BranchProbability TargetTransformInfo::getPredictableBranchThreshold() const {
233 return TTIImpl->getPredictableBranchThreshold();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 6591 if (Probability > TTI->getPredictableBranchThreshold())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 3033 Likely = TTI->getPredictableBranchThreshold();

Completed in 42 milliseconds