Lines Matching defs:UNKNOWN
815 if (BranchType == IndirectBranchType::UNKNOWN && !MemLocInstr)
851 return IndirectBranchType::UNKNOWN;
892 return IndirectBranchType::UNKNOWN;
939 return IndirectBranchType::UNKNOWN;
942 return IndirectBranchType::UNKNOWN;
973 return IndirectBranchType::UNKNOWN;
977 return IndirectBranchType::UNKNOWN;
979 if (MemType == MemoryContentsType::UNKNOWN)
1182 case IndirectBranchType::UNKNOWN:
1927 if (Type != IndirectBranchType::UNKNOWN || MemLocInstr != nullptr)
2542 constexpr static int32_t UNKNOWN = std::numeric_limits<int32_t>::min();
2558 CFARule = UNKNOWN;
2564 if (CFAOffset == UNKNOWN)
2569 CFARule = UNKNOWN;
2574 CFARule = UNKNOWN;
2623 assert(((CFAReg != (uint32_t)UNKNOWN && CFAOffset != UNKNOWN) ||
2624 CFARule != UNKNOWN) &&
2638 CFAReg = UNKNOWN;
2639 CFAOffset = UNKNOWN;
2640 CFARule = UNKNOWN;
2700 const int32_t CurRegRule = RegRule.contains(Reg) ? RegRule[Reg] : UNKNOWN;
2701 if (CurRegRule == UNKNOWN) {
2793 if (ToCFITable.CFARule == CFISnapshot::UNKNOWN) {