Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DExtTSPReorderAlgorithm.cpp191 return hasOutJump(Other) || hasInJump(Other); in adjacent()
194 bool hasOutJump(const Block *Other) const { in hasOutJump() function in llvm::bolt::Block