Home
last modified time | relevance | path

Searched refs:VPC (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp836 auto *VPC = in simplifyRecipe() local
838 VPC->insertBefore(&R); in simplifyRecipe()
839 Trunc->replaceAllUsesWith(VPC); in simplifyRecipe()
841 auto *VPC = new VPWidenCastRecipe(Instruction::Trunc, A, TruncTy); in simplifyRecipe() local
842 VPC->insertBefore(&R); in simplifyRecipe()
843 Trunc->replaceAllUsesWith(VPC); in simplifyRecipe()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp514 ValueProfileCollector VPC; member in __anon638843e10111::FuncPGOInstrumentation
569 : F(Func), IsCS(IsCS), ComdatMembers(ComdatMembers), VPC(Func, TLI), in FuncPGOInstrumentation()
578 ValueSites[IPVK_MemOPSize] = VPC.get(IPVK_MemOPSize); in FuncPGOInstrumentation()
583 ValueSites[IPVK_IndirectCallTarget] = VPC.get(IPVK_IndirectCallTarget); in FuncPGOInstrumentation()