Searched refs:ClonedBBs (Results 1 – 2 of 2) sorted by relevance
1250 CloneList ClonedBBs = DuplicateMap[BB]; in getClonedBB() local1254 auto It = llvm::find_if(ClonedBBs, [NextState](const ClonedBlock &C) { in getClonedBB()1257 return It != ClonedBBs.end() ? (*It).BB : nullptr; in getClonedBB()
1941 SmallPtrSet<BasicBlock *, 16> ClonedBBs; in updateCallerBFI() local1948 if (!ClonedBBs.insert(ClonedBB).second) { in updateCallerBFI()1960 EntryClone, CallerBFI->getBlockFreq(CallSiteBlock), ClonedBBs); in updateCallerBFI()