Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
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()