Lines Matching defs:codeGenIP
259 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP) { in convertOmpParallel()
284 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpParallel()
317 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP) { in convertOmpMaster()
327 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpMaster()
345 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP) { in convertOmpCritical()
355 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpCritical()
576 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP) { in convertOmpOrderedRegion()
586 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpOrderedRegion()
623 InsertPointTy allocaIP, InsertPointTy codeGenIP) { in convertOmpSections()
651 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpSections()
674 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpSingle()