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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h133 inline bool isLoopHeader(const MachineBasicBlock *BB) const { function in class:llvm::MachineLoopInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp304 auto isLoopHeader = [&OuterLoop](const BlockNode &Node) { local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h960 bool isLoopHeader(const BlockT *BB) const { function in class:llvm::LoopInfoBase
H A DBlockFrequencyInfoImpl.h280 bool isLoopHeader() const { return Loop && Loop->isHeader(Node); } function in struct:llvm::BlockFrequencyInfoImplBase::WorkingData

Completed in 122 milliseconds