Searched refs:getPreheaderIP (Results 1 – 2 of 2) sorted by relevance
2452 assert(!isConflictIP(AllocaIP, CLI->getPreheaderIP()) && in applyStaticWorkshareLoop()2456 Builder.restoreIP(CLI->getPreheaderIP()); in applyStaticWorkshareLoop()2569 Builder.restoreIP(CLI->getPreheaderIP()); in applyStaticChunkedWorkshareLoop()2633 Builder.restoreIP(CLI->getPreheaderIP()); in applyStaticChunkedWorkshareLoop()3011 assert(!isConflictIP(AllocaIP, CLI->getPreheaderIP()) && in applyDynamicWorkshareLoop()3201 Builder.restoreIP(Outermost->getPreheaderIP()); in collapseLoops()3351 Builder.restoreIP(OutermostLoop->getPreheaderIP()); in tileLoops()
2856 OpenMPIRBuilder::InsertPointTy getPreheaderIP() const { in getPreheaderIP() function