Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp51 SmallPtrSetImpl<Instruction *> &PotentialSpecSet, in isSafeToSpeculatePHIUsers() argument
122 if (PotentialSpecSet.count(OpI)) in isSafeToSpeculatePHIUsers()
154 PotentialSpecSet.insert(UI); in isSafeToSpeculatePHIUsers()
164 assert(PotentialSpecSet.count(I) && in isSafeToSpeculatePHIUsers()
197 SmallPtrSetImpl<Instruction *> &PotentialSpecSet, in isSafeAndProfitableToSpeculateAroundPHI() argument
239 if (!isSafeToSpeculatePHIUsers(PN, DT, PotentialSpecSet, UnsafeSet)) { in isSafeAndProfitableToSpeculateAroundPHI()
416 const SmallPtrSetImpl<Instruction *> &PotentialSpecSet, in findProfitablePHIs() argument
448 return !PotentialSpecSet.count(I) || SpecCostMap.count(I); in findProfitablePHIs()
553 SmallPtrSetImpl<Instruction *> &PotentialSpecSet, in speculatePHIs() argument
591 return !PotentialSpecSet.count(I) || in speculatePHIs()
[all …]