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

References

lib/Target/AMDGPU/AMDGPUPerfHintAnalysis.cpp
  156     if (!Visited.insert(V).second)
  158     LLVM_DEBUG(dbgs() << "  check: " << *V << '\n');
  160     if (auto LD = dyn_cast<LoadInst>(V)) {
  169     if (auto GEP = dyn_cast<GetElementPtrInst>(V)) {
  177     if (auto U = dyn_cast<UnaryInstruction>(V)) {
  182     if (auto BO = dyn_cast<BinaryOperator>(V)) {
  188     if (auto S = dyn_cast<SelectInst>(V)) {
  194     if (auto E = dyn_cast<ExtractElementInst>(V)) {