Searched refs:IsSmall (Results 1 – 3 of 3) sorted by relevance
190 bool IsSmall = isSmallDataSection(GVar->getSection()); in isGlobalInSmallSection() local191 DEBUG(dbgs() << (IsSmall ? "yes" : "no") << ", has section: " in isGlobalInSmallSection()193 return IsSmall; in isGlobalInSmallSection()
215 bool IsSmall = isSmallDataSection(GVar->getSection()); in isGlobalInSmallSection() local216 LLVM_DEBUG(dbgs() << (IsSmall ? "yes" : "no") in isGlobalInSmallSection()218 return IsSmall; in isGlobalInSmallSection()
122 bool IsSmall(const HloInstruction* instr) { in IsSmall() function906 auto parameter_color = IsSmall(instr) ? kOrange : kDarkOrange; in GetInstructionColor()1200 (IsSmall(from) ? "empty" : "normal"), in AddInstructionIncomingEdges()