Home
last modified time | relevance | path

Searched refs:EntryC (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUAnnotateKernelFeatures.cpp73 const Constant *EntryC,
106 const Constant *EntryC, in visitConstantExprsRecursively() argument
109 if (!ConstantExprVisited.insert(EntryC).second) in visitConstantExprsRecursively()
113 Stack.push_back(EntryC); in visitConstantExprsRecursively()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDVerifier.cpp511 void visitConstantExprsRecursively(const Constant *EntryC);
1907 void Verifier::visitConstantExprsRecursively(const Constant *EntryC) { in visitConstantExprsRecursively() argument
1908 if (!ConstantExprVisited.insert(EntryC).second) in visitConstantExprsRecursively()
1912 Stack.push_back(EntryC); in visitConstantExprsRecursively()
1925 EntryC, &M, GV, GV->getParent()); in visitConstantExprsRecursively()