Home
last modified time | relevance | path

Searched refs:CGInfo (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCallPrinter.cpp113 static NodeRef getEntryNode(CallGraphDOTInfo *CGInfo) { in getEntryNode()
115 return CGInfo->getCallGraph()->getExternalCallingNode(); in getEntryNode()
128 static nodes_iterator nodes_begin(CallGraphDOTInfo *CGInfo) { in nodes_begin()
129 return nodes_iterator(CGInfo->getCallGraph()->begin(), &CGGetValuePtr); in nodes_begin()
131 static nodes_iterator nodes_end(CallGraphDOTInfo *CGInfo) { in nodes_end()
132 return nodes_iterator(CGInfo->getCallGraph()->end(), &CGGetValuePtr); in nodes_end()
141 static std::string getGraphName(CallGraphDOTInfo *CGInfo) { in getGraphName()
143 std::string(CGInfo->getModule()->getModuleIdentifier()); in getGraphName()
147 const CallGraphDOTInfo *CGInfo) { in isNodeHidden()
154 CallGraphDOTInfo *CGInfo) { in getNodeLabel()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1280 CGOpenMPOutlinedRegionInfo CGInfo(*CS, ThreadIDVar, CodeGen, InnermostKind, in emitParallelOrTeamsOutlinedFunction() local
1282 CodeGenFunction::CGCapturedStmtRAII CapInfoRAII(CGF, &CGInfo); in emitParallelOrTeamsOutlinedFunction()
1340 CGOpenMPTaskOutlinedRegionInfo CGInfo(*CS, ThreadIDVar, CodeGen, in emitTaskOutlinedFunction() local
1342 CodeGenFunction::CGCapturedStmtRAII CapInfoRAII(CGF, &CGInfo); in emitTaskOutlinedFunction()
6497 CGOpenMPTargetRegionInfo CGInfo(CS, CodeGen, EntryFnName); in emitTargetOutlinedFunctionHelper() local
6498 CodeGenFunction::CGCapturedStmtRAII CapInfoRAII(CGF, &CGInfo); in emitTargetOutlinedFunctionHelper()
6619 CGOpenMPInnerExprInfo CGInfo(CGF, *CS); in emitNumTeamsForTargetDirective() local
6620 CodeGenFunction::CGCapturedStmtRAII CapInfoRAII(CGF, &CGInfo); in emitNumTeamsForTargetDirective()
6735 CGOpenMPInnerExprInfo CGInfo(CGF, *CS); in getNumThreads() local
6736 CodeGenFunction::CGCapturedStmtRAII CapInfoRAII(CGF, &CGInfo); in getNumThreads()
[all …]
H A DTargetInfo.cpp6934 NVPTXTargetCodeGenInfo &CGInfo; member in __anon6bad40bc0a11::NVPTXABIInfo
6938 : ABIInfo(CGT), CGInfo(Info) {} in NVPTXABIInfo()
7088 CGInfo.getCUDADeviceBuiltinSurfaceDeviceType()); in classifyArgumentType()
7091 CGInfo.getCUDADeviceBuiltinTextureDeviceType()); in classifyArgumentType()