Home
last modified time | relevance | path

Searched refs:FallthroughListTy (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DBoltAddressTranslation.h73 using FallthroughListTy = SmallVector<std::pair<uint64_t, uint64_t>, 16>; variable
98 Optional<FallthroughListTy> getFallthroughsInTrace(const BinaryFunction &Func,
/llvm-project-15.0.7/bolt/lib/Profile/
H A DBoltAddressTranslation.cpp219 Optional<BoltAddressTranslation::FallthroughListTy>
H A DDataAggregator.cpp824 Optional<BoltAddressTranslation::FallthroughListTy> FTs = in doTrace()