Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h715 InsertPointTy ComputeIP = {},
780 InsertPointTy ComputeIP);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2363 InsertPointTy ComputeIP, const Twine &Name) { in createCanonicalLoop() argument
2377 ComputeIP.isSet() ? LocationDescription(ComputeIP, Loc.DL) : Loc; in createCanonicalLoop()
2427 LocationDescription LoopLoc = ComputeIP.isSet() ? Loc.IP : Builder.saveIP(); in createCanonicalLoop()
3176 InsertPointTy ComputeIP) { in collapseLoops() argument
3198 if (ComputeIP.isSet()) in collapseLoops()
3199 Builder.restoreIP(ComputeIP); in collapseLoops()