Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp615 int NumSpecInsts = SpecList.size() * SpecPreds.size(); in speculatePHIs() local
616 int NumRedundantInsts = NumSpecInsts - SpecList.size(); in speculatePHIs()
617 LLVM_DEBUG(dbgs() << " Inserting " << NumSpecInsts in speculatePHIs()
620 NumSpeculatedInstructions += NumSpecInsts; in speculatePHIs()