Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp359 void classifyBiasedScopes(CHRScope *Scope, CHRScope *OutermostScope);
366 void setCHRRegions(CHRScope *Scope, CHRScope *OutermostScope);
1304 void CHR::classifyBiasedScopes(CHRScope *Scope, CHRScope *OutermostScope) { in classifyBiasedScopes() argument
1309 OutermostScope->TrueBiasedRegions.insert(R); in classifyBiasedScopes()
1311 OutermostScope->FalseBiasedRegions.insert(R); in classifyBiasedScopes()
1317 OutermostScope->TrueBiasedSelects.insert(SI); in classifyBiasedScopes()
1319 OutermostScope->FalseBiasedSelects.insert(SI); in classifyBiasedScopes()
1325 classifyBiasedScopes(Sub, OutermostScope); in classifyBiasedScopes()
1385 void CHR::setCHRRegions(CHRScope *Scope, CHRScope *OutermostScope) { in setCHRRegions() argument
1395 Instruction *InsertPoint = OutermostScope->BranchInsertPoint; in setCHRRegions()
[all …]