Searched refs:CheckFunction (Results 1 – 2 of 2) sorted by relevance
156 GlobalValue *CheckFunction = nullptr; in runOnModule() local183 if (!CheckFunction) { in runOnModule()189 CheckFunction = DefaultCheckFunc; in runOnModule()202 CheckFunction = CheckFunc; in runOnModule()222 auto *CI = CallInst::Create(getCheckFunctionType(Ctx), CheckFunction, in runOnModule()
1743 auto CheckFunction = [&](const MDOperand &FuncMDO) { in visitModuleFlagCGProfileEntry() local1752 CheckFunction(Node->getOperand(0)); in visitModuleFlagCGProfileEntry()1753 CheckFunction(Node->getOperand(1)); in visitModuleFlagCGProfileEntry()