Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h335 InsertPointTy ComputeIP = {},
400 InsertPointTy ComputeIP);
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1943 InsertPointTy ComputeIP, const Twine &Name) { in createCanonicalLoop() argument
1957 ComputeIP.isSet() ? LocationDescription(ComputeIP, Loc.DL) : Loc; in createCanonicalLoop()
2008 LocationDescription LoopLoc = ComputeIP.isSet() ? Loc.IP : Builder.saveIP(); in createCanonicalLoop()
2525 InsertPointTy ComputeIP) { in collapseLoops() argument
2547 if (ComputeIP.isSet()) in collapseLoops()
2548 Builder.restoreIP(ComputeIP); in collapseLoops()
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1354 InsertPointTy ComputeIP{EnterBr->getParent(), EnterBr->getIterator()}; in TEST_F() local
1388 OMPBuilder.collapseLoops(DL, {OuterLoop, InnerLoop}, ComputeIP); in TEST_F()
1574 InsertPointTy ComputeIP{EnterBr->getParent(), EnterBr->getIterator()}; in TEST_F() local
1594 InnerStep, false, false, ComputeIP, "inner"); in TEST_F()
1598 false, ComputeIP, "outer"); in TEST_F()