Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DCodeMetrics.h51 unsigned NumCalls; member
/external/llvm/include/llvm/Analysis/
DCodeMetrics.h72 unsigned NumCalls = false; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DCodeMetrics.h72 unsigned NumCalls = false; member
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DBumpPtrListTest.cpp19 static unsigned NumCalls; member
22 unsigned CountsDestructors::NumCalls = 0; member in __anon18575cfd0111::CountsDestructors
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopUnrollPass.cpp111 static unsigned ApproximateLoopSize(const Loop *L, unsigned &NumCalls, in ApproximateLoopSize()
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp529 static unsigned ApproximateLoopSize(const Loop *L, unsigned &NumCalls, in ApproximateLoopSize()
/external/llvm/lib/ProfileData/
DSampleProfReader.cpp317 auto NumCalls = readNumber<uint32_t>(); in readProfile() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DSampleProfReader.cpp378 auto NumCalls = readNumber<uint32_t>(); in readProfile() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp621 const Loop *L, unsigned &NumCalls, bool &NotDuplicatable, bool &Convergent, in ApproximateLoopSize()