Lines Matching defs:G1
2862 auto *G1 = Function::Create(F.getFunctionType(), F.getLinkage(),
2866 BasicBlock *G1BB = BasicBlock::Create(Context, "", G1);
2871 (void)CastInst::CreatePointerCast(G1, PointerType::getUnqual(Context), "",
2877 (void)CastInst::CreatePointerCast(G1, PointerType::getUnqual(Context), "",
2884 CG.addSplitRefRecursiveFunctions(F, SmallVector<Function *, 1>({G1, G2}));
2886 LazyCallGraph::Node *G1N = CG.lookup(*G1);
2918 auto *G1 = Function::Create(F.getFunctionType(), F.getLinkage(),
2922 BasicBlock *G1BB = BasicBlock::Create(Context, "", G1);
2927 (void)CastInst::CreatePointerCast(G1, PointerType::getUnqual(Context), "",
2936 (void)CastInst::CreatePointerCast(G1, PointerType::getUnqual(Context), "",
2943 CG.addSplitRefRecursiveFunctions(F, SmallVector<Function *, 1>({G1, G2}));
2945 LazyCallGraph::Node *G1N = CG.lookup(*G1);
2988 auto *G1 = Function::Create(F.getFunctionType(), F.getLinkage(),
2992 BasicBlock *G1BB = BasicBlock::Create(Context, "", G1);
2997 (void)CastInst::CreatePointerCast(G1, PointerType::getUnqual(Context), "",
3006 (void)CastInst::CreatePointerCast(G1, PointerType::getUnqual(Context), "",
3013 CG.addSplitRefRecursiveFunctions(F, SmallVector<Function *, 1>({G1, G2}));
3015 LazyCallGraph::Node *G1N = CG.lookup(*G1);