Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp788 SmallPtrSet<BasicBlock *, 2> SeenPreds; in MergeBasicBlockIntoOnlyPred() local
793 if (SeenPreds.insert(PredOfPredBB).second) in MergeBasicBlockIntoOnlyPred()
795 SeenPreds.clear(); in MergeBasicBlockIntoOnlyPred()
797 if (SeenPreds.insert(PredOfPredBB).second) in MergeBasicBlockIntoOnlyPred()
1187 SmallPtrSet<BasicBlock *, 8> SeenPreds; in TryToSimplifyUncondBranchFromEmptyBlock() local
1194 if (SeenPreds.insert(PredOfBB).second) in TryToSimplifyUncondBranchFromEmptyBlock()
1196 SeenPreds.clear(); in TryToSimplifyUncondBranchFromEmptyBlock()
1198 if (SeenPreds.insert(PredOfBB).second) in TryToSimplifyUncondBranchFromEmptyBlock()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp976 SmallPtrSet<const MachineBasicBlock *, 8> SeenPreds; in isTrellis() local
995 if (!SeenPreds.insert(SuccPred).second) in isTrellis()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1664 SmallPtrSet<BasicBlock*, 16> SeenPreds; in processThreadableEdges() local
1674 if (!SeenPreds.insert(Pred).second) in processThreadableEdges()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3010 SmallSet<const MachineBasicBlock *, 16> SeenPreds; in finishPendingPhis() local
3015 if (SeenPreds.count(Pred) || !PhiMBB->isPredecessor(Pred)) in finishPendingPhis()
3017 SeenPreds.insert(Pred); in finishPendingPhis()