Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h742 InsertPointTy ComputeIP = {},
807 InsertPointTy ComputeIP);
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3902 InsertPointTy ComputeIP, const Twine &Name) { in createCanonicalLoop() argument
3916 ComputeIP.isSet() ? LocationDescription(ComputeIP, Loc.DL) : Loc; in createCanonicalLoop()
3966 LocationDescription LoopLoc = ComputeIP.isSet() ? Loc.IP : Builder.saveIP(); in createCanonicalLoop()
4708 InsertPointTy ComputeIP) { in collapseLoops() argument
4730 if (ComputeIP.isSet()) in collapseLoops()
4731 Builder.restoreIP(ComputeIP); in collapseLoops()