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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2027 unsigned SpeculatedInstructions = 0; local
2042 ++SpeculatedInstructions;
2043 if (SpeculatedInstructions > 1)
2080 ++SpeculatedInstructions;
2081 if (SpeculatedInstructions > 1)
2121 ++SpeculatedInstructions;
2122 if (SpeculatedInstructions > 1)

Completed in 62 milliseconds