reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/DenseMap.h
  601       if (LLVM_LIKELY(KeyInfoT::isEqual(Val, ThisBucket->getFirst()))) {
  608       if (LLVM_LIKELY(KeyInfoT::isEqual(ThisBucket->getFirst(), EmptyKey))) {
include/llvm/Support/JSON.h
  394     if (LLVM_LIKELY(Type == T_Null))
  399     if (LLVM_LIKELY(Type == T_Boolean))
  404     if (LLVM_LIKELY(Type == T_Double))
  406     if (LLVM_LIKELY(Type == T_Integer))
  412     if (LLVM_LIKELY(Type == T_Integer))
  414     if (LLVM_LIKELY(Type == T_Double)) {
  416       if (LLVM_LIKELY(std::modf(D, &D) == 0.0 &&
  426     if (LLVM_LIKELY(Type == T_StringRef))
  431     return LLVM_LIKELY(Type == T_Object) ? &as<json::Object>() : nullptr;
  434     return LLVM_LIKELY(Type == T_Object) ? &as<json::Object>() : nullptr;
  437     return LLVM_LIKELY(Type == T_Array) ? &as<json::Array>() : nullptr;
  440     return LLVM_LIKELY(Type == T_Array) ? &as<json::Array>() : nullptr;
lib/Bitcode/Reader/MetadataLoader.cpp
  317   if (LLVM_LIKELY(!UUID))
lib/CodeGen/GlobalISel/RegBankSelect.cpp
  994   if (LLVM_LIKELY(LocalFreq == Cost.LocalFreq)) {
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
  299   if (LLVM_LIKELY(NumBreakDowns == 1))
lib/DebugInfo/CodeView/TypeStreamMerger.cpp
  138     if (LLVM_LIKELY(remapIndexSimple(Idx, Map)))
  377     if (LLVM_LIKELY(UseGlobalHashes)) {
lib/DebugInfo/PDB/Native/GlobalsStream.cpp
   62   if (LLVM_LIKELY(uint32_t(CompressedBucketIndex) < LastBucketIndex)) {
lib/Support/BinaryStreamReader.cpp
   84     if (LLVM_LIKELY(Pos != StringRef::npos)) {
lib/Support/DynamicLibrary.cpp
   55     if (LLVM_LIKELY(!IsProcess)) {
lib/Support/JSON.cpp
  370     if (LLVM_LIKELY(C != '\\')) {
  462     if (LLVM_LIKELY(First < 0xD800 || First >= 0xE000)) {
  534   if (LLVM_LIKELY(isASCII(S)))
  538   if (LLVM_LIKELY(isLegalUTF8String(&Rest, Data + S.size())))
  690   if (LLVM_LIKELY(isUTF8(Key))) {
lib/Support/SmallPtrSet.cpp
   75     if (LLVM_LIKELY(Array[Bucket] == getEmptyMarker()))
   79     if (LLVM_LIKELY(Array[Bucket] == Ptr))
lib/Support/StringMap.cpp
   92     if (LLVM_LIKELY(!BucketItem)) {
  107     } else if (LLVM_LIKELY(HashTable[BucketNo] == FullHashValue)) {
  145     if (LLVM_LIKELY(!BucketItem))
  150     } else if (LLVM_LIKELY(HashTable[BucketNo] == FullHashValue)) {
tools/clang/lib/Basic/FileManager.cpp
  217     if (LLVM_LIKELY(FE = Value.dyn_cast<FileEntry *>()))
  342     if (LLVM_LIKELY(FE = Value.dyn_cast<FileEntry *>()))
tools/clang/lib/Lex/DependencyDirectivesSourceMinimizer.cpp
  549   if (LLVM_LIKELY(!Next))
tools/clang/lib/Lex/HeaderMap.cpp
  236     if (LLVM_LIKELY(Prefix && Suffix)) {
tools/clang/tools/extra/clangd/SourceCode.cpp
   61     if (LLVM_LIKELY(!(C & 0x80))) { // ASCII character.
tools/clang/tools/extra/clangd/index/Serialization.cpp
   88     if (LLVM_LIKELY(!(B & More)))
  121   if (LLVM_LIKELY(I < 1 << 7)) {
tools/dsymutil/DwarfLinker.cpp
 1583     if (!Info.InDebugMap && LLVM_LIKELY(!Options.Update))
 1589     if (LLVM_LIKELY(!Options.Update) &&
 2388     if (LLVM_LIKELY(!Linker.Options.Update) || Linker.Options.Translator)
 2414     if (LLVM_LIKELY(!Linker.Options.Update))
 2638     if (LLVM_LIKELY(!Options.Update) &&
 2774         LLVM_LIKELY(!Options.Update))
tools/lldb/source/Utility/LLDBAssert.cpp
   21   if (LLVM_LIKELY(expression))
tools/lldb/tools/lldb-vscode/JSONUtils.cpp
   27   if (LLVM_LIKELY(llvm::json::isUTF8(str)))