Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp602 int NumSpecInsts = SpecList.size() * SpecPreds.size(); in speculatePHIs() local
603 int NumRedundantInsts = NumSpecInsts - SpecList.size(); in speculatePHIs()
604 LLVM_DEBUG(dbgs() << " Inserting " << NumSpecInsts in speculatePHIs()
607 NumSpeculatedInstructions += NumSpecInsts; in speculatePHIs()