Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp549 void visitConstantExprsRecursively(const Constant *EntryC);
2140 void Verifier::visitConstantExprsRecursively(const Constant *EntryC) { in visitConstantExprsRecursively() argument
2141 if (!ConstantExprVisited.insert(EntryC).second) in visitConstantExprsRecursively()
2145 Stack.push_back(EntryC); in visitConstantExprsRecursively()
2158 EntryC, &M, GV, GV->getParent()); in visitConstantExprsRecursively()