Home
last modified time | relevance | path

Searched refs:rangeCrossUncondBranch (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.h399 bool rangeCrossUncondBranch(uint64_t Start, uint64_t End) { in rangeCrossUncondBranch() function
H A DPerfReader.h221 return Start <= End && !Binary->rangeCrossUncondBranch(Start, End); in isValidFallThroughRange()