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 103 // isLoopHeader - True if the block is a loop header node
104 inline bool isLoopHeader(MachineBasicBlock *BB) const {
105 return LI.isLoopHeader(BB);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 693 // isLoopHeader - True if the block is a loop header node
694 bool isLoopHeader(BlockT *BB) const {
    [all...]

Completed in 133 milliseconds