Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DProfDataUtils.h42 bool hasValidBranchWeightMD(const Instruction &I);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DProfDataUtils.cpp104 bool hasValidBranchWeightMD(const Instruction &I) { in hasValidBranchWeightMD() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp980 if (!hasValidBranchWeightMD(*LatchTerm)) in isLoopProfitableToPredicate()
H A DJumpThreading.cpp2525 return hasValidBranchWeightMD(*TI); in doesBlockHaveProfileData()