Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineLoopInfo.h133 inline bool isLoopHeader(const MachineBasicBlock *BB) const { in isLoopHeader() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDBlockFrequencyInfoImpl.h276 bool isLoopHeader() const { return Loop && Loop->isHeader(Node); } in isLoopHeader() function
HDLoopInfo.h952 bool isLoopHeader(const BlockT *BB) const { in isLoopHeader() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDBlockFrequencyInfoImpl.cpp298 auto isLoopHeader = [&OuterLoop](const BlockNode &Node) { in addToDist() local