Searched refs:isHot (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp172 template <bool isHot>
178 if (isHot &&
181 if (!isHot &&
192 if (isHot && isHotCountNthPercentile(PercentileCutoff, TotalCallCount))
194 if (!isHot && !isColdCountNthPercentile(PercentileCutoff, TotalCallCount))
198 if (isHot && isHotBlockNthPercentile(PercentileCutoff, &BB, &BFI))
200 if (!isHot && !isColdBlockNthPercentile(PercentileCutoff, &BB, &BFI))
203 return !isHot;
298 template <bool isHot>
302 if (isHot)
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h173 template <bool isHot>
176 template <bool isHot>
178 template <bool isHot>
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c58329 readJournalHdr( Pager *pPager, int isHot, i64 journalSize, u32 *pNRec, u32 *pDbSize ) argument
59539 pager_playback(Pager *pPager, int isHot) argument
[all...]

Completed in 604 milliseconds