Home
last modified time | relevance | path

Searched defs:NumCalls (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DCodeMetrics.h69 unsigned NumCalls; member
/minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp303 auto NumCalls = readNumber<unsigned>(); in read() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp207 static unsigned ApproximateLoopSize(const Loop *L, unsigned &NumCalls, in ApproximateLoopSize()