Searched refs:getPreheaderIP (Results 1 – 2 of 2) sorted by relevance
2122 assert(!isConflictIP(AllocaIP, CLI->getPreheaderIP()) && in applyStaticWorkshareLoop()2126 Builder.restoreIP(CLI->getPreheaderIP()); in applyStaticWorkshareLoop()2239 Builder.restoreIP(CLI->getPreheaderIP()); in applyStaticChunkedWorkshareLoop()2303 Builder.restoreIP(CLI->getPreheaderIP()); in applyStaticChunkedWorkshareLoop()2449 assert(!isConflictIP(AllocaIP, CLI->getPreheaderIP()) && in applyDynamicWorkshareLoop()2639 Builder.restoreIP(Outermost->getPreheaderIP()); in collapseLoops()2789 Builder.restoreIP(OutermostLoop->getPreheaderIP()); in tileLoops()
2370 OpenMPIRBuilder::InsertPointTy getPreheaderIP() const { in getPreheaderIP() function