/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineCFGPrinter.h | 27 const MachineFunction *getFunction() const { return this->F; } in getFunction() function
|
H A D | GCMetadata.h | 110 const Function &getFunction() const { return F; } in getFunction() function
|
/llvm-project/llvm/lib/Analysis/ |
H A D | Trace.cpp | 27 Function *Trace::getFunction() const { in getFunction() function in Trace
|
H A D | BlockFrequencyInfo.cpp | 259 const Function *BlockFrequencyInfo::getFunction() const { in getFunction() function in BlockFrequencyInfo
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericSSAContext.h | 83 const FunctionT *getFunction() const { return F; } in getFunction() function
|
H A D | GenericCycleInfo.h | 270 const FunctionT *getFunction() const { return Context.getFunction(); } getFunction() function
|
H A D | GenericUniformityImpl.h | 352 const FunctionT &getFunction() const { return F; } in getFunction() function 1220 GenericUniformityInfo<ContextT>::getFunction() const { in getFunction() function
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | FunctionPointer.h |
|
H A D | InterpFrame.h |
|
H A D | Program.cpp |
|
/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | SampleProfileProbe.h | 81 Function *getFunction() const { return F; } in getFunction() function
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CFGPrinter.h | 84 const Function *getFunction() const { return this->F; } in getFunction() function
|
H A D | LazyCallGraph.h | 322 Function &getFunction() const { return *F; } getFunction() function 1238 inline Function &LazyCallGraph::Edge::getFunction() const { getFunction() function
|
H A D | CallGraph.h | 197 Function *getFunction() const { return F; } getFunction() function
|
H A D | DependenceAnalysis.h | 355 Function *getFunction() const { return F; } in getFunction() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | DiagnosticInfo.h | 345 const Function &getFunction() const { return Fn; } getFunction() function 380 const Function &getFunction() const { return Fn; } getFunction() function 963 const Function &getFunction() const { return Fn; } getFunction() function
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineBlockFrequencyInfo.cpp | 267 const MachineFunction *MachineBlockFrequencyInfo::getFunction() const { getFunction() function in MachineBlockFrequencyInfo
|
H A D | MIRSampleProfile.cpp | 131 static Function &getFunction(MachineFunction &F) { return F.getFunction(); } getFunction() function
|
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/ |
H A D | Deserializer.h | 175 spirv::FuncOp getFunction(uint32_t id) { return funcMap.lookup(id); } in getFunction() function
|
/llvm-project/llvm/lib/IR/ |
H A D | DebugProgramInstruction.cpp | 516 Function *DbgRecord::getFunction() { return getBlock()->getParent(); } getFunction() function in llvm::DbgRecord 518 const Function *DbgRecord::getFunction() const { getFunction() function in llvm::DbgRecord
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | BlockCoverageInference.cpp | 260 const Function &getFunction() { return BCI->F; } in getFunction() function in llvm::DotFuncBCIInfo
|
/llvm-project/flang/include/flang/Optimizer/Builder/ |
H A D | FIRBuilder.h | 100 mlir::func::FuncOp getFunction() { getFunction() function
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | StackMapParser.h | 363 FunctionAccessor getFunction(unsigned FunctionIndex) const { in getFunction() function
|
/llvm-project/llvm/unittests/Target/SPIRV/ |
H A D | SPIRVConvergenceRegionAnalysisTests.cpp | 71 Function *getFunction() const { in getFunction() function in SPIRVConvergenceRegionAnalysisTest
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Evaluator.cpp | 236 static Function *getFunction(Constant *C) { getFunction() function
|