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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp293 SmallVector<CHRScope *, 8> Subs; // Subscopes.
1003 SmallVector<CHRScope *, 8> Subscopes; local
1020 Subscopes.push_back(ConsecutiveSubscope);
1026 Subscopes.push_back(ConsecutiveSubscope);
1032 Subscopes.push_back(ConsecutiveSubscope);
1034 for (CHRScope *Sub : Subscopes) {
1039 // Push Subscopes as they won't be combined with the parent.

Completed in 102 milliseconds