|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/BitVector.h 620 if (LLVM_UNLIKELY(empty() || N == 0))
669 if (LLVM_UNLIKELY(empty() || N == 0))
include/llvm/ADT/DenseMap.h 550 if (LLVM_UNLIKELY(NewNumEntries * 4 >= NumBuckets * 3)) {
554 } else if (LLVM_UNLIKELY(NumBuckets-(NewNumEntries+getNumTombstones()) <=
include/llvm/ADT/SmallVector.h 212 if (LLVM_UNLIKELY(this->size() >= this->capacity()))
219 if (LLVM_UNLIKELY(this->size() >= this->capacity()))
303 if (LLVM_UNLIKELY(this->size() >= this->capacity()))
642 if (LLVM_UNLIKELY(this->size() >= this->capacity()))
include/llvm/ADT/StringExtras.h 96 if (LLVM_UNLIKELY(!isASCII(C)))
include/llvm/Analysis/MemoryLocation.h 94 if (LLVM_UNLIKELY(Value == 0))
96 if (LLVM_UNLIKELY(Value > MaxValue))
include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h 76 if (LLVM_UNLIKELY(Result.second /*inserted*/ ||
include/llvm/Support/Error.h 266 if (LLVM_UNLIKELY(!getChecked() || getPtr()))
670 if (LLVM_UNLIKELY(Unchecked))
include/llvm/Support/JSON.h 309 if (LLVM_UNLIKELY(!isUTF8(V))) {
321 if (LLVM_UNLIKELY(!isUTF8(V))) {
494 if (LLVM_UNLIKELY(!isUTF8(*Owned))) {
501 if (LLVM_UNLIKELY(!isUTF8(Data))) {
lib/Analysis/CFLAndersAliasAnalysis.cpp 579 if (LLVM_UNLIKELY(LHSSize > INT64_MAX || RHSSize > INT64_MAX))
lib/Bitcode/Reader/MetadataLoader.cpp 1410 if (LLVM_UNLIKELY(IsOldTypeRefArray))
lib/CodeGen/TargetFrameLoweringImpl.cpp 131 if (LLVM_UNLIKELY(MF.getFunction().getCallingConv() == CallingConv::HHVM))
lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp 87 if (LLVM_UNLIKELY(isIntroVirtual(Attrs)))
148 if (LLVM_UNLIKELY(isIntroVirtual(Attrs)))
lib/DebugInfo/CodeView/TypeStreamMerger.cpp 153 if (LLVM_UNLIKELY(MapPos >= Map.size() || Map[MapPos] == Untranslated))
421 if (LLVM_UNLIKELY(!Success))
lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp 126 if (LLVM_UNLIKELY(!isAsciiString(S1) || !isAsciiString(S2)))
lib/Support/JSON.cpp 366 if (LLVM_UNLIKELY(P == End))
368 if (LLVM_UNLIKELY((C & 0x1f) == C))
468 if (LLVM_UNLIKELY(First >= 0xDC00)) {
475 if (LLVM_UNLIKELY(P + 2 > End || *P != '\\' || *(P + 1) != 'u')) {
484 if (LLVM_UNLIKELY(Second < 0xDC00 || Second >= 0xE000)) {
lib/Support/SmallPtrSet.cpp 41 if (LLVM_UNLIKELY(size() * 4 >= CurArraySize * 3)) {
44 } else if (LLVM_UNLIKELY(CurArraySize - NumNonEmpty < CurArraySize / 8)) {
lib/Support/StringMap.cpp 207 if (LLVM_UNLIKELY(NumItems * 4 > NumBuckets * 3)) {
209 } else if (LLVM_UNLIKELY(NumBuckets - (NumItems + NumTombstones) <=
lib/Support/StringRef.cpp 170 if (LLVM_UNLIKELY(Last == (uint8_t)Needle[N - 1]))
lib/Support/raw_ostream.cpp 224 if (LLVM_UNLIKELY(OutBufCur >= OutBufEnd)) {
225 if (LLVM_UNLIKELY(!OutBufStart)) {
244 if (LLVM_UNLIKELY(size_t(OutBufEnd - OutBufCur) < Size)) {
245 if (LLVM_UNLIKELY(!OutBufStart)) {
260 if (LLVM_UNLIKELY(OutBufCur == OutBufStart)) {
lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp 494 if (LLVM_UNLIKELY(processRegion(&*MF.begin(), AllBlocks, MF))) {
tools/clang/include/clang/Basic/Stack.h 43 if (LLVM_UNLIKELY(isStackNearlyExhausted()))
tools/clang/lib/Lex/DependencyDirectivesSourceMinimizer.cpp 395 if (LLVM_UNLIKELY(isRawStringLiteral(First, Last)))
tools/clang/lib/Lex/HeaderMap.cpp 225 if (LLVM_UNLIKELY(!Key))
tools/clang/tools/extra/clangd/index/Serialization.cpp 58 if (LLVM_UNLIKELY(Begin == End)) {
66 if (LLVM_UNLIKELY(Begin + 4 > End)) {
76 if (LLVM_UNLIKELY(Begin + N > End)) {
100 if (LLVM_UNLIKELY(StringIndex >= Strings.size())) {
109 return LLVM_UNLIKELY(err()) ? SymbolID() : SymbolID::fromRaw(Raw);
tools/dsymutil/DwarfLinker.cpp 1228 if (LLVM_UNLIKELY(Linker.Options.Update)) {
1277 if (LLVM_UNLIKELY(Linker.Options.Update)) {
2393 if (LLVM_UNLIKELY(Linker.Options.Update))
2670 if (CUDie && !LLVM_UNLIKELY(Options.Update))
2712 if (!CUDie || LLVM_UNLIKELY(Options.Update) ||
2751 if (LLVM_UNLIKELY(Options.Update)) {
2767 if (LinkContext.RelocMgr.hasValidRelocs() || LLVM_UNLIKELY(Options.Update))
tools/lldb/source/Core/RichManglingContext.cpp 92 if (LLVM_UNLIKELY(ipd_res == nullptr)) {
106 if (LLVM_UNLIKELY(ipd_res != m_ipd_buf || res_size > m_ipd_buf_size)) {