Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCtxProfAnalysis.h71 bool isFunctionKnown(const Function &F) const { in isFunctionKnown() function
83 assert(isFunctionKnown(F)); in getNumCounters()
88 assert(isFunctionKnown(F)); in getNumCallsites()
93 assert(isFunctionKnown(F)); in allocateNextCounterIndex()
98 assert(isFunctionKnown(F)); in allocateNextCallsiteIndex()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp671 assert(isFunctionKnown(F)); in update()
682 assert(isFunctionKnown(*F)); in visit()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp582 if (!CtxProf.isFunctionKnown(Callee)) in promoteCallWithIfThenElse()