Home
last modified time | relevance | path

Searched refs:INVALID_OFFSET (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h60 static constexpr uint32_t INVALID_OFFSET =
95 std::pair<uint32_t, uint32_t> InputRange = {INVALID_OFFSET, INVALID_OFFSET};
/llvm-project-15.0.7/bolt/lib/Profile/
H A DBoltAddressTranslation.cpp28 assert(BBInputOffset != BinaryBasicBlock::INVALID_OFFSET && in writeEntriesForBB()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp89 #define INVALID_OFFSET INT_MAX macro
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryBasicBlock.cpp26 constexpr uint32_t BinaryBasicBlock::INVALID_OFFSET; member in llvm::bolt::BinaryBasicBlock