Lines Matching defs:CodeGenIP
1090 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
1091 BasicBlock *CGStartBB = CodeGenIP.getBlock();
1093 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI);
1101 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &,
1104 return CodeGenIP;
1107 auto FiniCB = [&](InsertPointTy CodeGenIP) { return Error::success(); };
1130 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {
1131 BasicBlock *CGStartBB = CodeGenIP.getBlock();
1133 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI);
1140 auto FiniCB = [&](InsertPointTy CodeGenIP) { return Error::success(); };