Home
last modified time | relevance | path

Searched refs:hasValidBranchWeightMD (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfDataUtils.h54 LLVM_ABI bool hasValidBranchWeightMD(const Instruction &I);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DProfDataUtils.cpp126 bool hasValidBranchWeightMD(const Instruction &I) { in hasValidBranchWeightMD() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp911 if (!hasValidBranchWeightMD(*LatchTerm)) in isLoopProfitableToPredicate()
H A DJumpThreading.cpp2539 return hasValidBranchWeightMD(*TI); in doesBlockHaveProfileData()