Searched refs:findScopes (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp341 void findScopes(SmallVectorImpl<CHRScope *> &Output) { function in class:__anon5588::CHR
343 CHRScope *Scope = findScopes(R, nullptr, nullptr, Output);
348 CHRScope *findScopes(Region *R, Region *NextRegion, Region *ParentRegion,
679 "Invariant from findScopes");
997 CHRScope * CHR::findScopes(Region *R, Region *NextRegion, Region *ParentRegion, function in class:CHR
999 CHR_DEBUG(dbgs() << "findScopes " << R->getNameStr() << "\n");
1010 CHRScope *SubCHRScope = findScopes(SubR.get(), NextSubR, R, Scopes);
1908 IfThen != IfElse && "Invariant from findScopes");
2018 findScopes(AllScopes);

Completed in 107 milliseconds