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 467 // isLoopHeader - True if the block is a loop header node
468 bool isLoopHeader(BlockT *BB) const {
595 // isLoopHeader - True if the block is a loop header node
596 inline bool isLoopHeader(BasicBlock *BB) const {
597 return LI.isLoopHeader(BB);

Completed in 139 milliseconds