reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/FunctionComparator.cpp
  498   if (int Res = cmpValues(L, R))
  505   if (int Res = cmpNumbers(L->getOpcode(), R->getOpcode()))
  508   if (const GetElementPtrInst *GEPL = dyn_cast<GetElementPtrInst>(L)) {
  517   if (int Res = cmpNumbers(L->getNumOperands(), R->getNumOperands()))
  520   if (int Res = cmpTypes(L->getType(), R->getType()))
  523   if (int Res = cmpNumbers(L->getRawSubclassOptionalData(),
  529   for (unsigned i = 0, e = L->getNumOperands(); i != e; ++i) {
  531             cmpTypes(L->getOperand(i)->getType(), R->getOperand(i)->getType()))
  536   if (const AllocaInst *AI = dyn_cast<AllocaInst>(L)) {
  542   if (const LoadInst *LI = dyn_cast<LoadInst>(L)) {
  557   if (const StoreInst *SI = dyn_cast<StoreInst>(L)) {
  570   if (const CmpInst *CI = dyn_cast<CmpInst>(L))
  572   if (auto CSL = CallSite(const_cast<Instruction *>(L))) {
  578     if (int Res = cmpOperandBundlesSchema(L, R))
  580     if (const CallInst *CI = dyn_cast<CallInst>(L))
  584     return cmpRangeMetadata(L->getMetadata(LLVMContext::MD_range),
  587   if (const InsertValueInst *IVI = dyn_cast<InsertValueInst>(L)) {
  598   if (const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(L)) {
  608   if (const FenceInst *FI = dyn_cast<FenceInst>(L)) {
  615   if (const AtomicCmpXchgInst *CXI = dyn_cast<AtomicCmpXchgInst>(L)) {
  633   if (const AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(L)) {
  646   if (const PHINode *PNL = dyn_cast<PHINode>(L)) {