Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp416 bool collectUsedInstructions(SmallInstructionSet &PossibleRedSet);
1019 bool LoopReroll::DAGRootTracker::collectUsedInstructions(SmallInstructionSet &PossibleRedSet) { in collectUsedInstructions() function in LoopReroll::DAGRootTracker
1172 if (!collectUsedInstructions(PossibleRedSet)) in validate()