Lines Matching defs:InputOffset
62 for (const auto &[InputOffset, Sym] : BB.getLocSyms()) {
63 const auto InputAddress = BB.getFunction()->getAddress() + InputOffset;
73 << Twine::utohexstr(InputOffset) << " (branch)\n");
74 Map.emplace(OutputOffset, (InputOffset << 1) | BRANCHENTRY);
118 for (const auto &[InputOffset, _] : BBHashMap)
119 if (!llvm::is_contained(MappedInputOffsets, InputOffset))
120 Map.emplace(EndOffset, InputOffset << 1);
175 const uint32_t InputOffset = KeyVal.second >> 1;
176 if (OutputOffset == InputOffset - Skew)
383 uint64_t InputOffset = 0;
392 InputOffset = ((OutputOffset + ColdInputSkew) << 1) | BEBitMask[J];
395 InputOffset += InputDelta;
397 Map.insert(std::pair<uint32_t, uint32_t>(OutputOffset, InputOffset));
400 const bool IsBranchEntry = InputOffset & BRANCHENTRY;
406 getBBHashMap(HotAddress).addEntry(InputOffset >> 1, BBIndex, BBHash);
411 InputOffset, OutputDelta, getULEB128Size(OutputDelta), InputDelta,
630 const uint32_t InputOffset =
634 if (InputOffset)
635 SecondaryEntryId = getSecondaryEntryPointId(HotAddress, InputOffset);