Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp1148 int InstructionNb = 0; in hoistExpressions() local
1158 if (MaxDepthInBB != -1 && InstructionNb++ >= MaxDepthInBB) in hoistExpressions()