Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h438 InsertPointTy ComputeIP = {},
503 InsertPointTy ComputeIP);
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2032 InsertPointTy ComputeIP, const Twine &Name) { in createCanonicalLoop() argument
2046 ComputeIP.isSet() ? LocationDescription(ComputeIP, Loc.DL) : Loc; in createCanonicalLoop()
2097 LocationDescription LoopLoc = ComputeIP.isSet() ? Loc.IP : Builder.saveIP(); in createCanonicalLoop()
2614 InsertPointTy ComputeIP) { in collapseLoops() argument
2636 if (ComputeIP.isSet()) in collapseLoops()
2637 Builder.restoreIP(ComputeIP); in collapseLoops()