Lines Matching defs:CodeGenIP
1076 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
1077 BasicBlock *CGStartBB = CodeGenIP.getBlock();
1079 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI);
1086 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &,
1089 return CodeGenIP;
1092 auto FiniCB = [&](InsertPointTy CodeGenIP) {};
1115 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
1116 BasicBlock *CGStartBB = CodeGenIP.getBlock();
1118 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI);
1124 auto FiniCB = [&](InsertPointTy CodeGenIP) {};