Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp338 if (!updateToLocation(Loc)) in createBarrier()
394 if (!updateToLocation(Loc)) in createCancel()
485 if (!updateToLocation(Loc)) in createParallel()
853 if (!updateToLocation(Loc)) in createFlush()
871 if (!updateToLocation(Loc)) in createTaskwait()
888 if (!updateToLocation(Loc)) in createTaskyield()
897 if (!updateToLocation(Loc)) in createSections()
994 if (!updateToLocation(Loc)) in createSection()
1030 if (!updateToLocation(Loc)) in createMaster()
1053 if (!updateToLocation(Loc)) in createMasked()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h495 bool updateToLocation(const LocationDescription &Loc) { in updateToLocation() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1537 OMPInfoCache.OMPBuilder.updateToLocation(OpenMPIRBuilder::InsertPointTy( in getCombinedIdentFromCallUsesIn()
3198 OMPInfoCache.OMPBuilder.updateToLocation( in buildCustomStateMachine()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1466 OMPBuilder.updateToLocation(CGF.Builder.saveIP()); in getThreadID()