Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp334 void setCHRRegions(CHRScope *Scope, CHRScope *OutermostScope);
1294 OutermostScope->TrueBiasedRegions.insert(R); in classifyBiasedScopes()
1296 OutermostScope->FalseBiasedRegions.insert(R); in classifyBiasedScopes()
1302 OutermostScope->TrueBiasedSelects.insert(SI); in classifyBiasedScopes()
1304 OutermostScope->FalseBiasedSelects.insert(SI); in classifyBiasedScopes()
1310 classifyBiasedScopes(Sub, OutermostScope); in classifyBiasedScopes()
1380 Instruction *InsertPoint = OutermostScope->BranchInsertPoint; in setCHRRegions()
1386 assert((OutermostScope->TrueBiasedRegions.contains(R) || in setCHRRegions()
1411 OutermostScope->CHRRegions.push_back(RI); in setCHRRegions()
1412 OutermostScope->HoistStopMap[R] = HoistStops; in setCHRRegions()
[all …]