Lines Matching defs:G2
2864 auto *G2 = Function::Create(F.getFunctionType(), F.getLinkage(),
2867 BasicBlock *G2BB = BasicBlock::Create(Context, "", G2);
2869 (void)CastInst::CreatePointerCast(G2, PointerType::getUnqual(Context), "",
2879 (void)CastInst::CreatePointerCast(G2, PointerType::getUnqual(Context), "",
2884 CG.addSplitRefRecursiveFunctions(F, SmallVector<Function *, 1>({G1, G2}));
2888 LazyCallGraph::Node *G2N = CG.lookup(*G2);
2920 auto *G2 = Function::Create(F.getFunctionType(), F.getLinkage(),
2923 BasicBlock *G2BB = BasicBlock::Create(Context, "", G2);
2925 (void)CastInst::CreatePointerCast(G2, PointerType::getUnqual(Context), "",
2938 (void)CastInst::CreatePointerCast(G2, PointerType::getUnqual(Context), "",
2943 CG.addSplitRefRecursiveFunctions(F, SmallVector<Function *, 1>({G1, G2}));
2947 LazyCallGraph::Node *G2N = CG.lookup(*G2);
2990 auto *G2 = Function::Create(F.getFunctionType(), F.getLinkage(),
2993 BasicBlock *G2BB = BasicBlock::Create(Context, "", G2);
2995 (void)CastInst::CreatePointerCast(G2, PointerType::getUnqual(Context), "",
3008 (void)CastInst::CreatePointerCast(G2, PointerType::getUnqual(Context), "",
3013 CG.addSplitRefRecursiveFunctions(F, SmallVector<Function *, 1>({G1, G2}));
3017 LazyCallGraph::Node *G2N = CG.lookup(*G2);