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.h827 InsertPointTy ComputeIP = {}, const Twine &Name = "loop");
891 InsertPointTy ComputeIP);
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4184 InsertPointTy ComputeIP, const Twine &Name) { in createCanonicalLoop() argument
4186 ComputeIP.isSet() ? LocationDescription(ComputeIP, Loc.DL) : Loc; in createCanonicalLoop()
4198 ComputeIP.isSet() in createCanonicalLoop()
4996 InsertPointTy ComputeIP) { in collapseLoops() argument
5018 if (ComputeIP.isSet()) in collapseLoops()
5019 Builder.restoreIP(ComputeIP); in collapseLoops()