Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp354 typedef std::vector<ClonedBlock> CloneList; typedef
359 typedef DenseMap<BasicBlock *, CloneList> DuplicateBlockMap;
1290 CloneList ClonedBBs = DuplicateMap[BB]; in getClonedBB()