Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h139 inline bool isLoopHeader(const MachineBasicBlock *BB) const { in isLoopHeader() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h279 bool isLoopHeader() const { return Loop && Loop->isHeader(Node); } in isLoopHeader() function
H A DLoopInfo.h977 bool isLoopHeader(const BlockT *BB) const { in isLoopHeader() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp306 auto isLoopHeader = [&OuterLoop](const BlockNode &Node) { in addToDist() local