Searched defs:InlineCandidate (Results 1 – 2 of 2) sorted by relevance
692 struct InlineCandidate { struct693 SymbolTable* fSymbols; // the SymbolTable of the candidate694 std::unique_ptr<Statement>* fParentStmt; // the parent Statement of the enclosing stmt695 std::unique_ptr<Statement>* fEnclosingStmt; // the Statement containing the candidate696 std::unique_ptr<Expression>* fCandidateExpr; // the candidate FunctionCall to be inlined697 FunctionDefinition* fEnclosingFunction; // the Function containing the candidate
390 struct InlineCandidate { struct391 CallBase *CallInstr;392 const FunctionSamples *CalleeSamples;397 uint64_t CallsiteCount;400 float CallsiteDistribution;