Searched refs:classifyBiasedScopes (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp362 void classifyBiasedScopes(SmallVectorImpl<CHRScope *> &Scopes);
363 void classifyBiasedScopes(CHRScope *Scope, CHRScope *OutermostScope);
1283 void CHR::classifyBiasedScopes(SmallVectorImpl<CHRScope *> &Scopes) { function in class:CHR
1286 classifyBiasedScopes(Scope, Scope);
1288 dbgs() << "classifyBiasedScopes " << *Scope << "\n";
1312 void CHR::classifyBiasedScopes(CHRScope *Scope, CHRScope *OutermostScope) { function in class:CHR
1333 classifyBiasedScopes(Sub, OutermostScope);
2032 classifyBiasedScopes(SplitScopes);

Completed in 107 milliseconds