Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp337 if (!updateToLocation(Loc)) in createBarrier()
393 if (!updateToLocation(Loc)) in createCancel()
472 if (!updateToLocation(Loc)) in createParallel()
840 if (!updateToLocation(Loc)) in createFlush()
858 if (!updateToLocation(Loc)) in createTaskwait()
875 if (!updateToLocation(Loc)) in createTaskyield()
884 if (!updateToLocation(Loc)) in createSections()
981 if (!updateToLocation(Loc)) in createSection()
1017 if (!updateToLocation(Loc)) in createMaster()
1040 if (!updateToLocation(Loc)) in createMasked()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h495 bool updateToLocation(const LocationDescription &Loc) { in updateToLocation() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1375 OMPInfoCache.OMPBuilder.updateToLocation(OpenMPIRBuilder::InsertPointTy( in getCombinedIdentFromCallUsesIn()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1462 OMPBuilder.updateToLocation(CGF.Builder.saveIP()); in getThreadID()