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.cpp328 void classifyBiasedScopes(CHRScope *Scope, CHRScope *OutermostScope);
335 void setCHRRegions(CHRScope *Scope, CHRScope *OutermostScope);
1290 void CHR::classifyBiasedScopes(CHRScope *Scope, CHRScope *OutermostScope) { in classifyBiasedScopes() argument
1295 OutermostScope->TrueBiasedRegions.insert(R); in classifyBiasedScopes()
1297 OutermostScope->FalseBiasedRegions.insert(R); in classifyBiasedScopes()
1303 OutermostScope->TrueBiasedSelects.insert(SI); in classifyBiasedScopes()
1305 OutermostScope->FalseBiasedSelects.insert(SI); in classifyBiasedScopes()
1311 classifyBiasedScopes(Sub, OutermostScope); in classifyBiasedScopes()
1371 void CHR::setCHRRegions(CHRScope *Scope, CHRScope *OutermostScope) { in setCHRRegions() argument
1381 Instruction *InsertPoint = OutermostScope->BranchInsertPoint; in setCHRRegions()
[all …]