Home | History | Annotate | Download | only in IR

Lines Matching defs:TheFunction

589   /// TheFunction - The function for which we are holding slot numbers.
590 const Function* TheFunction;
635 TheFunction = F;
639 const Function *getFunction() const { return TheFunction; }
774 : TheModule(M), TheFunction(nullptr), FunctionProcessed(false),
781 : TheModule(F ? F->getParent() : nullptr), TheFunction(F),
792 if (TheFunction && !FunctionProcessed)
849 processFunctionMetadata(*TheFunction);
852 for(Function::const_arg_iterator AI = TheFunction->arg_begin(),
853 AE = TheFunction->arg_end(); AI != AE; ++AI)
860 for (auto &BB : *TheFunction) {
923 /// incorporation state is indicated by TheFunction != 0.
927 TheFunction = nullptr;