Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp326 void classifyBiasedScopes(CHRScope *Scope, CHRScope *OutermostScope);
333 void setCHRRegions(CHRScope *Scope, CHRScope *OutermostScope);
1283 void CHR::classifyBiasedScopes(CHRScope *Scope, CHRScope *OutermostScope) { in classifyBiasedScopes() argument
1288 OutermostScope->TrueBiasedRegions.insert(R); in classifyBiasedScopes()
1290 OutermostScope->FalseBiasedRegions.insert(R); in classifyBiasedScopes()
1296 OutermostScope->TrueBiasedSelects.insert(SI); in classifyBiasedScopes()
1298 OutermostScope->FalseBiasedSelects.insert(SI); in classifyBiasedScopes()
1304 classifyBiasedScopes(Sub, OutermostScope); in classifyBiasedScopes()
1364 void CHR::setCHRRegions(CHRScope *Scope, CHRScope *OutermostScope) { in setCHRRegions() argument
1371 Instruction *InsertPoint = OutermostScope->BranchInsertPoint; in setCHRRegions()
[all …]