Home
last modified time | relevance | path

Searched defs:PotentialSpecSet (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp50 SmallPtrSetImpl<Instruction *> &PotentialSpecSet, in isSafeToSpeculatePHIUsers()
204 SmallPtrSetImpl<Instruction *> &PotentialSpecSet, in isSafeAndProfitableToSpeculateAroundPHI()
423 const SmallPtrSetImpl<Instruction *> &PotentialSpecSet, in findProfitablePHIs()
560 SmallPtrSetImpl<Instruction *> &PotentialSpecSet, in speculatePHIs()
743 SmallPtrSet<Instruction *, 16> PotentialSpecSet; in tryToSpeculatePHIs() local