/llvm-project/llvm/tools/lto/ |
H A D | lto.cpp | 378 bool lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod) { in lto_codegen_set_module() argument 287 lto_module_create_in_codegen_context(const void * mem,size_t length,const char * path,lto_code_gen_t cg) lto_module_create_in_codegen_context() argument 346 lto_codegen_set_diagnostic_handler(lto_code_gen_t cg,lto_diagnostic_handler_t diag_handler,void * ctxt) lto_codegen_set_diagnostic_handler() argument 372 lto_codegen_dispose(lto_code_gen_t cg) lto_codegen_dispose() argument 374 lto_codegen_add_module(lto_code_gen_t cg,lto_module_t mod) lto_codegen_add_module() argument 382 lto_codegen_set_debug_model(lto_code_gen_t cg,lto_debug_model debug) lto_codegen_set_debug_model() argument 387 lto_codegen_set_pic_model(lto_code_gen_t cg,lto_codegen_model model) lto_codegen_set_pic_model() argument 406 lto_codegen_set_cpu(lto_code_gen_t cg,const char * cpu) lto_codegen_set_cpu() argument 410 lto_codegen_set_assembler_path(lto_code_gen_t cg,const char * path) lto_codegen_set_assembler_path() argument 414 lto_codegen_set_assembler_args(lto_code_gen_t cg,const char ** args,int nargs) lto_codegen_set_assembler_args() argument 419 lto_codegen_add_must_preserve_symbol(lto_code_gen_t cg,const char * symbol) lto_codegen_add_must_preserve_symbol() argument 424 maybeParseOptions(lto_code_gen_t cg) maybeParseOptions() argument 433 lto_codegen_write_merged_modules(lto_code_gen_t cg,const char * path) lto_codegen_write_merged_modules() argument 438 lto_codegen_compile(lto_code_gen_t cg,size_t * length) lto_codegen_compile() argument 448 lto_codegen_optimize(lto_code_gen_t cg) lto_codegen_optimize() argument 453 lto_codegen_compile_optimized(lto_code_gen_t cg,size_t * length) lto_codegen_compile_optimized() argument 463 lto_codegen_compile_to_file(lto_code_gen_t cg,const char ** name) lto_codegen_compile_to_file() argument 481 lto_codegen_debug_options(lto_code_gen_t cg,const char * opt) lto_codegen_debug_options() argument 492 lto_codegen_debug_options_array(lto_code_gen_t cg,const char * const * options,int number) lto_codegen_debug_options_array() argument 504 lto_codegen_set_should_internalize(lto_code_gen_t cg,bool ShouldInternalize) lto_codegen_set_should_internalize() argument 509 lto_codegen_set_should_embed_uselists(lto_code_gen_t cg,lto_bool_t ShouldEmbedUselists) lto_codegen_set_should_embed_uselists() argument 539 thinlto_codegen_dispose(thinlto_code_gen_t cg) thinlto_codegen_dispose() argument 541 thinlto_codegen_add_module(thinlto_code_gen_t cg,const char * Identifier,const char * Data,int Length) thinlto_codegen_add_module() argument 546 thinlto_codegen_process(thinlto_code_gen_t cg) thinlto_codegen_process() argument 548 thinlto_module_get_num_objects(thinlto_code_gen_t cg) thinlto_module_get_num_objects() argument 551 thinlto_module_get_object(thinlto_code_gen_t cg,unsigned int index) thinlto_module_get_object() argument 559 thinlto_module_get_num_object_files(thinlto_code_gen_t cg) thinlto_module_get_num_object_files() argument 562 thinlto_module_get_object_file(thinlto_code_gen_t cg,unsigned int index) thinlto_module_get_object_file() argument 569 thinlto_codegen_disable_codegen(thinlto_code_gen_t cg,lto_bool_t disable) thinlto_codegen_disable_codegen() argument 574 thinlto_codegen_set_codegen_only(thinlto_code_gen_t cg,lto_bool_t CodeGenOnly) thinlto_codegen_set_codegen_only() argument 592 thinlto_codegen_add_must_preserve_symbol(thinlto_code_gen_t cg,const char * Name,int Length) thinlto_codegen_add_must_preserve_symbol() argument 597 thinlto_codegen_add_cross_referenced_symbol(thinlto_code_gen_t cg,const char * Name,int Length) thinlto_codegen_add_cross_referenced_symbol() argument 602 thinlto_codegen_set_cpu(thinlto_code_gen_t cg,const char * cpu) thinlto_codegen_set_cpu() argument 606 thinlto_codegen_set_cache_dir(thinlto_code_gen_t cg,const char * cache_dir) thinlto_codegen_set_cache_dir() argument 611 thinlto_codegen_set_cache_pruning_interval(thinlto_code_gen_t cg,int interval) thinlto_codegen_set_cache_pruning_interval() argument 616 thinlto_codegen_set_cache_entry_expiration(thinlto_code_gen_t cg,unsigned expiration) thinlto_codegen_set_cache_entry_expiration() argument 622 thinlto_codegen_set_final_cache_size_relative_to_available_space(thinlto_code_gen_t cg,unsigned Percentage) thinlto_codegen_set_final_cache_size_relative_to_available_space() argument 627 thinlto_codegen_set_cache_size_bytes(thinlto_code_gen_t cg,unsigned MaxSizeBytes) thinlto_codegen_set_cache_size_bytes() argument 632 thinlto_codegen_set_cache_size_megabytes(thinlto_code_gen_t cg,unsigned MaxSizeMegabytes) thinlto_codegen_set_cache_size_megabytes() argument 639 thinlto_codegen_set_cache_size_files(thinlto_code_gen_t cg,unsigned MaxSizeFiles) thinlto_codegen_set_cache_size_files() argument 643 thinlto_codegen_set_savetemps_dir(thinlto_code_gen_t cg,const char * save_temps_dir) thinlto_codegen_set_savetemps_dir() argument 648 thinlto_set_generated_objects_dir(thinlto_code_gen_t cg,const char * save_temps_dir) thinlto_set_generated_objects_dir() argument 653 thinlto_codegen_set_pic_model(thinlto_code_gen_t cg,lto_codegen_model model) thinlto_codegen_set_pic_model() argument [all...] |
/llvm-project/lldb/test/API/lang/c/blocks/ |
H A D | main.c | 6 struct CG cg = {.x=1,.y=2}; variable 13 int h(struct CG cg){return 42;} in h()
|
/llvm-project/mlir/lib/Transforms/Utils/ |
H A D | Inliner.cpp | 40 Operation *op, CallGraph &cg, SymbolTableCollection &symbolTable, in walkReferencedSymbolNodes() argument 127 CGUseList::CGUseList(Operation *op, CallGraph &cg, in CGUseList() argument 165 dropCallUses(CallGraphNode * userNode,Operation * callOp,CallGraph & cg) dropCallUses() argument 214 recomputeUses(CallGraphNode * node,CallGraph & cg) recomputeUses() argument 286 runTransformOnCGSCCs(const CallGraph & cg,function_ref<LogicalResult (CallGraphSCC &)> sccTransformer) runTransformOnCGSCCs() argument 305 collectCallOps(iterator_range<Region::iterator> blocks,CallGraphNode * sourceNode,CallGraph & cg,SymbolTableCollection & symbolTable,SmallVectorImpl<ResolvedCall> & calls,bool traverseNestedCGNodes) collectCallOps() argument 416 CallGraph &cg; global() member 486 optimizeSCC(CallGraph & cg,CGUseList & useList,CallGraphSCC & currentSCC,MLIRContext * context) optimizeSCC() argument 587 CallGraph &cg = inlinerIface.cg; inlineCallsInSCC() local [all...] |
/llvm-project/clang/test/CodeGenCXX/ |
H A D | cfi-nvcall.cpp | 27 extern "C" void cg(C *c) { in cg() function
|
/llvm-project/mlir/include/mlir/Transforms/ |
H A D | Inliner.h | 93 Inliner(Operation *op, CallGraph &cg, Pass &pass, AnalysisManager am, in Inliner() 109 CallGraph &cg; variable
|
/llvm-project/flang/test/Lower/ |
H A D | computed-goto.f90 | 149 program cg program
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CallGraphSCCPass.h | 93 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {} in CallGraphSCC()
|
/llvm-project/mlir/lib/Transforms/ |
H A D | InlinerPass.cpp | 129 CallGraph &cg = getAnalysis<CallGraph>(); in runOnOperation() local
|
/llvm-project/mlir/lib/Analysis/ |
H A D | CallGraph.cpp | 74 static void computeCallGraph(Operation *op, CallGraph &cg, in computeCallGraph() argument
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUnroll.cpp | 234 : LoadScope(AvailableLoads), CurrentGeneration(cg), ChildGeneration(cg), in StackNode() argument
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 772 StackNode(ScopedHTType & AvailableValues,LoadHTType & AvailableLoads,InvariantHTType & AvailableInvariants,CallHTType & AvailableCalls,GEPHTType & AvailableGEPs,unsigned cg,DomTreeNode * n,DomTreeNode::const_iterator child,DomTreeNode::const_iterator end) StackNode() argument
|