Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateKernelFeatures.cpp64 const Constant *EntryC,
106 const Constant *EntryC, in visitConstantExprsRecursively() argument
110 if (!ConstantExprVisited.insert(EntryC).second) in visitConstantExprsRecursively()
114 Stack.push_back(EntryC); in visitConstantExprsRecursively()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp551 void visitConstantExprsRecursively(const Constant *EntryC);
2062 void Verifier::visitConstantExprsRecursively(const Constant *EntryC) { in visitConstantExprsRecursively() argument
2063 if (!ConstantExprVisited.insert(EntryC).second) in visitConstantExprsRecursively()
2067 Stack.push_back(EntryC); in visitConstantExprsRecursively()
2080 EntryC, &M, GV, GV->getParent()); in visitConstantExprsRecursively()