Lines Matching refs:GUID
427 const GlobalValue::GUID GUID = F.getGUID(); in run() local
431 Type::getInt64Ty(M.getContext()), GUID))})); in run()
436 GlobalValue::GUID AssignGUIDPass::getGUID(const Function &F) { in getGUID()
481 auto DetermineRootsInModule = [&M]() -> const DenseSet<GlobalValue::GUID> { in run()
482 DenseSet<GlobalValue::GUID> ProfileRootsInModule; in run()
516 auto GUID = AssignGUIDPass::getGUID(F); in run() local
517 assert(GUID && "guid not found for defined function"); in run()
537 {GUID, PGOContextualProfile::FunctionInfo(F.getName())}); in run()
550 GlobalValue::GUID
646 DenseMap<GlobalValue::GUID, PGOCtxProfContext *> InsertionPoints; in initIndex()
672 GlobalValue::GUID G = getDefinedFunctionGUID(F); in update()
683 GlobalValue::GUID G = getDefinedFunctionGUID(*F); in visit()