Home
last modified time | relevance | path

Searched refs:isConflictIP (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp82 static bool isConflictIP(IRBuilder<>::InsertPoint IP1, in isConflictIP() function
1292 assert(!isConflictIP(Loc.IP, OuterAllocaIP) && "IPs must not be ambiguous"); in createParallel()
1920 assert(!isConflictIP(AllocaIP, Loc.IP) && "Dedicated IP allocas required"); in createSections()
2452 assert(!isConflictIP(AllocaIP, CLI->getPreheaderIP()) && in applyStaticWorkshareLoop()
3011 assert(!isConflictIP(AllocaIP, CLI->getPreheaderIP()) && in applyDynamicWorkshareLoop()
5834 assert(!isConflictIP(Loc.IP, AllocaIP) && "IPs must not be ambiguous"); in createAtomicUpdate()