Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EntryBB

257   llvm::BasicBlock *EntryBB = Fn->begin();
259 for (llvm::BasicBlock::iterator I = EntryBB->begin(), E = EntryBB->end();