Searched refs:CheckFunction (Results 1 – 3 of 3) sorted by relevance
163 GlobalValue *CheckFunction = nullptr; in runImpl() local190 if (!CheckFunction) { in runImpl()196 CheckFunction = DefaultCheckFunc; in runImpl()209 CheckFunction = CheckFunc; in runImpl()229 auto *CI = CallInst::Create(getCheckFunctionType(Ctx), CheckFunction, in runImpl()
522 template <typename StmtOrDecl, typename CheckFunction>523 bool WithCachedResult(const StmtOrDecl *S, CheckFunction Function) { in WithCachedResult()
1950 auto CheckFunction = [&](const MDOperand &FuncMDO) { in visitModuleFlagCGProfileEntry() local1959 CheckFunction(Node->getOperand(0)); in visitModuleFlagCGProfileEntry()1960 CheckFunction(Node->getOperand(1)); in visitModuleFlagCGProfileEntry()