Searched refs:SeenPreds (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp909 SmallPtrSet<const MachineBasicBlock *, 8> SeenPreds; local
928 if (!SeenPreds.insert(SuccPred).second)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1577 SmallPtrSet<BasicBlock*, 16> SeenPreds; local
1587 if (!SeenPreds.insert(Pred).second)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2088 SmallSet<const MachineBasicBlock *, 16> SeenPreds; local
2093 if (SeenPreds.count(Pred) || !PhiMBB->isPredecessor(Pred))
2095 SeenPreds.insert(Pred);

Completed in 99 milliseconds