Searched refs:findScopes (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 305 void findScopes(SmallVectorImpl<CHRScope *> &Output) { in findScopes() function in __anone1ce48180111::CHR 307 if (CHRScope *Scope = findScopes(R, nullptr, nullptr, Output)) { in findScopes() 311 CHRScope *findScopes(Region *R, Region *NextRegion, Region *ParentRegion, 971 CHRScope * CHR::findScopes(Region *R, Region *NextRegion, Region *ParentRegion, in findScopes() function in CHR 984 CHRScope *SubCHRScope = findScopes(SubR.get(), NextSubR, R, Scopes); in findScopes() 2004 findScopes(AllScopes); in run()
|