Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Header

538   Visited.insert(L->getHeader());  // Branches to header make infinite loops.
559 BasicBlock *Header = currentLoop->getHeader();
560 TerminatorInst *HeaderTerm = Header->getTerminator();
561 LLVMContext &Context = Header->getContext();
565 // If the header block doesn't end with a conditional branch on Cond, we
621 // tail, check the header now.
622 for (BasicBlock::iterator I = Header->begin(), E = Header->end(); I != E; ++I)
702 /// condition in it (a cond branch from its header block to its latch block,
726 // loop header, not the preheader).