Searched defs:pgoType (Results 1 – 13 of 13) sorted by relevance
96 for (auto pgoType : value.pgoTypes) { in Print() local113 void PGOTypeInfer::AddProfiler(GateRef gate, GateType tsType, PGORWOpType pgoType, ChunkSet<GateTyp… in AddProfiler()
123 GateType pgoType = tsManager_->GetGateTypeByPt(profileType); in CollectGateType() local
1523 auto pgoType = gateAccessor_.TryGetPGOType(valueGate); // pgo type in PGOTypeCheck() local1586 auto pgoType = gateAccessor_.TryGetPGOType(gate); // pgo type in CollectGateTypeLogInfo() local
42 PGOSampleType pgoType; member
612 inline void InsertPtToGtMap(ProfileType pgoType, const kungfu::GateType &gateType) in InsertPtToGtMap()617 inline const kungfu::GateType GetGateTypeByPt(ProfileType pgoType) in GetGateTypeByPt()
858 const kungfu::GateType TSManager::GetBuiltinsGateTypeByPt(ProfileType pgoType) in GetBuiltinsGateTypeByPt()
65 auto pgoType = acc_.TryGetPGOType(gate); in GetInlinedMethodId() local344 auto pgoType = pgoTypes->GetObjectInfo(0); in BuildAccessor() local552 auto pgoType = pgoTypes->GetObjectInfo(0); in InlineAccessorCheck() local
323 PGOTypeRef pgoType = acc_.TryGetPGOType(gate); in LowerTypedEqOrNotEq() local352 PGOTypeRef pgoType = acc_.TryGetPGOType(gate); in SpeculateStrings() local369 PGOTypeRef pgoType = acc_.TryGetPGOType(gate); in SpeculateNumbers() local
355 auto pgoType = pgoTypes->GetObjectInfo(0); in GetAccessorPlr() local
525 PGOTypeRef pgoType) in TypedBinaryOp()
41 GateRef NumberSpeculativeRetype::SetOutputType(GateRef gate, PGOSampleType pgoType) in SetOutputType()
258 auto pgoType = pgoTypeRecorder_->GetPGOType(acc_.TryGetPcOffset(gate)); in FillBcInputs() local
923 GateType gateType, PGOTypeRef pgoType, TypedBinOp op) in InsertTypedBinaryop()