Searched refs:getPreheaderIP (Results 1 – 2 of 2) sorted by relevance
3991 assert(!isConflictIP(AllocaIP, CLI->getPreheaderIP()) && in applyStaticWorkshareLoop()3995 Builder.restoreIP(CLI->getPreheaderIP()); in applyStaticWorkshareLoop()4109 Builder.restoreIP(CLI->getPreheaderIP()); in applyStaticChunkedWorkshareLoop()4173 Builder.restoreIP(CLI->getPreheaderIP()); in applyStaticChunkedWorkshareLoop()4551 assert(!isConflictIP(AllocaIP, CLI->getPreheaderIP()) && in applyDynamicWorkshareLoop()4733 Builder.restoreIP(Outermost->getPreheaderIP()); in collapseLoops()4883 Builder.restoreIP(OutermostLoop->getPreheaderIP()); in tileLoops()
3452 OpenMPIRBuilder::InsertPointTy getPreheaderIP() const { in getPreheaderIP() function