HomeSort by relevance Sort by last modified time
    Searched defs:isLoopHeader (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 115 // isLoopHeader - True if the block is a loop header node
116 inline bool isLoopHeader(MachineBasicBlock *BB) const {
117 return LI.isLoopHeader(BB);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 493 // isLoopHeader - True if the block is a loop header node
494 bool isLoopHeader(BlockT *BB) const {
621 // isLoopHeader - True if the block is a loop header node
622 inline bool isLoopHeader(BasicBlock *BB) const {
623 return LI.isLoopHeader(BB);

Completed in 82 milliseconds