Home | History | Annotate | Download | only in IR

Lines Matching defs:visitFunction

201         if (I->isDeclaration()) visitFunction(*I);
264 void visitFunction(Function &F);
962 // visitFunction - Verify that a function is ok.
964 void Verifier::visitFunction(Function &F) {