Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp326 void setCHRRegions(CHRScope *Scope, CHRScope *OutermostScope);
1286 OutermostScope->TrueBiasedRegions.insert(R); in classifyBiasedScopes()
1288 OutermostScope->FalseBiasedRegions.insert(R); in classifyBiasedScopes()
1294 OutermostScope->TrueBiasedSelects.insert(SI); in classifyBiasedScopes()
1296 OutermostScope->FalseBiasedSelects.insert(SI); in classifyBiasedScopes()
1302 classifyBiasedScopes(Sub, OutermostScope); in classifyBiasedScopes()
1372 Instruction *InsertPoint = OutermostScope->BranchInsertPoint; in setCHRRegions()
1378 assert((OutermostScope->TrueBiasedRegions.contains(R) || in setCHRRegions()
1403 OutermostScope->CHRRegions.push_back(RI); in setCHRRegions()
1404 OutermostScope->HoistStopMap[R] = HoistStops; in setCHRRegions()
[all …]