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

/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h141 inline bool isLoopHeader(const MachineBasicBlock *BB) const { function in class:llvm::MachineLoopInfo
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp319 auto isLoopHeader = [&OuterLoop](const BlockNode &Node) { local
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfo.h1005 bool isLoopHeader(const BlockT *BB) const { function in class:llvm::LoopInfoBase
H A DBlockFrequencyInfoImpl.h285 bool isLoopHeader() const { return Loop && Loop->isHeader(Node); } function in struct:llvm::BlockFrequencyInfoImplBase::WorkingData

Completed in 181 milliseconds