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

/external/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h103 // isLoopHeader - True if the block is a loop header node
104 inline bool isLoopHeader(MachineBasicBlock *BB) const { function in class:llvm::MachineLoopInfo
105 return LI.isLoopHeader(BB);
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h693 // isLoopHeader - True if the block is a loop header node
694 bool isLoopHeader(BlockT *BB) const { function in class:llvm::LoopInfoBase
991 // isLoopHeader - True if the block is a loop header node
992 inline bool isLoopHeader(BasicBlock *BB) const { function in class:llvm::LoopInfo
993 return LI.isLoopHeader(BB);

Completed in 79 milliseconds