Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Pair

927   std::pair<CachedNonLocalPointerInfo::iterator, bool> Pair =
929 NonLocalPointerInfo *CacheInfo = &Pair.first->second;
933 if (!Pair.second) {
937 CacheInfo->Pair = BBSkipFirstBlockPair();
958 CacheInfo->Pair = BBSkipFirstBlockPair();
977 if (CacheInfo->Pair == BBSkipFirstBlockPair(StartBB, SkipFirstBlock)) {
1022 CacheInfo->Pair = BBSkipFirstBlockPair(StartBB, SkipFirstBlock);
1024 CacheInfo->Pair = BBSkipFirstBlockPair();
1030 SmallVector<std::pair<BasicBlock*, PHITransAddr>, 16> PredList;
1078 std::pair<DenseMap<BasicBlock*,Value*>::iterator, bool>
1134 std::pair<DenseMap<BasicBlock*,Value*>::iterator, bool>
1200 NLPI.Pair = BBSkipFirstBlockPair();
1214 CacheInfo->Pair = BBSkipFirstBlockPair();
1234 CacheInfo->Pair = BBSkipFirstBlockPair();
1353 SmallVector<std::pair<Instruction*, Instruction*>, 8> ReverseDepsToAdd;
1437 SmallVector<std::pair<Instruction*, ValueIsLoadPair>,8> ReversePtrDepsToAdd;
1448 NonLocalPointerDeps[P].Pair = BBSkipFirstBlockPair();