Searched refs:PSVb (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1283 const PseudoSourceValue *PSVb = MMOb->getPseudoValue(); local
1286 if (PSVb && ValA && !PSVb->mayAlias(&MFI))
1288 if (PSVa && PSVb && (PSVa == PSVb))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1977 const PseudoSourceValue *PSVb = MMOb->getPseudoValue(); local
1978 if (PSVa && PSVb && (PSVa == PSVb))

Completed in 55 milliseconds