Home
last modified time | relevance | path

Searched defs:isLoopHeader (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h625 bool isLoopHeader(const BlockT *BB) const { isLoopHeader() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h286 bool isLoopHeader() const { return Loop && Loop->isHeader(Node); } in isLoopHeader() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp320 auto isLoopHeader = [&OuterLoop](const BlockNode &Node) { in addToDist() local