Searched refs:FuncID (Results 1 – 6 of 6) sorted by relevance
55 using FuncID = int32_t; variable71 Expected<std::vector<FuncID>> expandPath(PathID P) const;75 PathID internPath(ArrayRef<FuncID> P);118 FuncID Func = 0;
78 static Expected<std::vector<Profile::FuncID>> readPath(DataExtractor &Extractor, in readPath()81 std::vector<Profile::FuncID> Path; in readPath()131 Expected<std::vector<Profile::FuncID>> Profile::expandPath(PathID P) const { in expandPath()137 std::vector<Profile::FuncID> Path; in expandPath()143 Profile::PathID Profile::internPath(ArrayRef<FuncID> P) { in internPath()321 Profile::FuncID FuncId;358 SmallVector<Profile::FuncID, 16> Path; in profileFromTrace()
262 Constant *getRuntimeHelperFunc(RuntimeHelper FuncID) const { in getRuntimeHelperFunc() argument263 assert(FuncID < RuntimeHelper::H_Num); in getRuntimeHelperFunc()264 Constant *Result = RuntimeHelperFunc[static_cast<size_t>(FuncID)]; in getRuntimeHelperFunc()
897 InstCall *TargetLowering::makeHelperCall(RuntimeHelper FuncID, Variable *Dest, in makeHelperCall() argument900 Constant *CallTarget = Ctx->getRuntimeHelperFunc(FuncID); in makeHelperCall()
453 InstCall *makeHelperCall(RuntimeHelper FuncID, Variable *Dest, SizeT MaxSrcs);
595 for (auto FuncID : Caller.Indices) in visitKnownRecord() local596 printTypeIndex("FuncID", FuncID); in visitKnownRecord()