Home
last modified time | relevance | path

Searched defs:InlineCandidate (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/sksl/
H A DSkSLInliner.cpp692 struct InlineCandidate { struct
693 SymbolTable* fSymbols; // the SymbolTable of the candidate
694 std::unique_ptr<Statement>* fParentStmt; // the parent Statement of the enclosing stmt
695 std::unique_ptr<Statement>* fEnclosingStmt; // the Statement containing the candidate
696 std::unique_ptr<Expression>* fCandidateExpr; // the candidate FunctionCall to be inlined
697 FunctionDefinition* fEnclosingFunction; // the Function containing the candidate
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp390 struct InlineCandidate { struct
391 CallBase *CallInstr;
392 const FunctionSamples *CalleeSamples;
397 uint64_t CallsiteCount;
400 float CallsiteDistribution;