Identified with readability-redundant-control-flow.
}
OffsetToCFI.emplace(Offset, FrameInstructions.size());
FrameInstructions.emplace_back(std::forward<MCCFIInstruction>(Inst));
- return;
}
BinaryBasicBlock::iterator addCFIInstruction(BinaryBasicBlock *BB,
// so we might as well fall-through here.
}
NewCFIs.push_back(CurState);
- continue;
}
// Replay instructions while avoiding duplicates
}
}
}
-
- return;
}
void BinaryFunction::clearProfile() {
const BinaryBasicBlock *B,
double Weight) {
EdgeWeights[std::make_pair(A, B)] = Weight;
- return;
}
template <>
const BinaryBasicBlock *B,
double Weight) {
EdgeWeights[std::make_pair(B, A)] = Weight;
- return;
}
template <class NodeT>
void PHGreedyClusterAlgorithm::adjustQueue(std::vector<EdgeTy> &Queue,
const BinaryFunction &BF) {
// Nothing to do.
- return;
}
bool PHGreedyClusterAlgorithm::areClustersCompatible(const ClusterTy &Front,
} else {
outs() << "PERF2BOLT: matched build-id and file name\n";
}
-
- return;
}
bool DataAggregator::checkPerfDataMagic(StringRef FileName) {