Lines Matching defs:TheFunction
707 /// TheFunction - The function for which we are holding slot numbers.
708 const Function* TheFunction = nullptr;
801 TheFunction = F;
805 const Function *getFunction() const { return TheFunction; }
975 : TheModule(F ? F->getParent() : nullptr), TheFunction(F),
987 if (TheFunction && !FunctionProcessed)
1058 processFunctionMetadata(*TheFunction);
1061 for(Function::const_arg_iterator AI = TheFunction->arg_begin(),
1062 AE = TheFunction->arg_end(); AI != AE; ++AI)
1069 for (auto &BB : *TheFunction) {
1089 ProcessFunctionHookFn(this, TheFunction, ShouldInitializeAllMetadata);
1190 /// incorporation state is indicated by TheFunction != 0.
1194 TheFunction = nullptr;