Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1454 SmallPtrSet<BasicBlock*, 8> AvailablePredSet; in simplifyPartiallyRedundantLoad() local
1457 AvailablePredSet.insert(AvailablePred.first); in simplifyPartiallyRedundantLoad()
1465 if (!AvailablePredSet.count(P)) in simplifyPartiallyRedundantLoad()