Lines Matching defs:Pair
914 for (const auto &Pair : States) {
915 LLVM_DEBUG(dbgs() << " " << Pair.second << " for " << *Pair.first << "\n");
927 for (auto Pair : States) {
928 Value *BDV = Pair.first;
1018 for (auto Pair : States) {
1019 Value *BDV = Pair.first;
1024 !areBothVectorOrScalar(BDV, Pair.second.getBaseValue())) &&
1042 BDVState OldState = Pair.second;
1056 for (const auto &Pair : States) {
1057 LLVM_DEBUG(dbgs() << " " << Pair.second << " for " << *Pair.first << "\n");
1062 for (auto Pair : States) {
1063 Instruction *I = cast<Instruction>(Pair.first);
1064 BDVState State = Pair.second;
1078 for (auto Pair : States) {
1079 Instruction *I = cast<Instruction>(Pair.first);
1080 BDVState State = Pair.second;
1154 for (auto Pair : States) {
1155 Instruction *BDV = cast<Instruction>(Pair.first);
1156 BDVState State = Pair.second;
1259 for (auto Pair : States) {
1260 auto *BDV = Pair.first;
1261 Value *Base = Pair.second.getBaseValue();
2093 for (auto Pair : AllocaMap) {
2094 Value *Def = Pair.first;
2095 AllocaInst *Alloca = Pair.second;
2129 for (auto Pair : AllocaMap) {
2130 Value *Def = Pair.first;
2131 AllocaInst *Alloca = Pair.second;
2713 for (auto &Pair : PointerToBase) {
2715 Pair.first->printAsOperand(errs(), false);
2717 Pair.second->printAsOperand(errs(), false);
2756 for (auto Pair : PointerToBase) {
2758 Pair.first->printAsOperand(errs(), false);
2760 Pair.second->printAsOperand(errs(), false);