Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1028 TargetsForSlot.push_back({Fn, &TM}); in tryFindVirtualCallTargets()
1032 return !TargetsForSlot.empty(); in tryFindVirtualCallTargets()
1092 return !TargetsForSlot.empty(); in tryFindVirtualCallTargets()
1209 Function *TheFn = TargetsForSlot[0].Fn; in trySingleImplDevirt()
1210 for (auto &&Target : TargetsForSlot) in trySingleImplDevirt()
1216 TargetsForSlot[0].WasDevirt = true; in trySingleImplDevirt()
1264 auto TheFn = TargetsForSlot[0]; in trySingleImplDevirt()
1265 for (auto &&Target : TargetsForSlot) in trySingleImplDevirt()
1326 if (TargetsForSlot.size() > ClThreshold) in tryICallBranchFunnel()
1357 for (auto &T : TargetsForSlot) { in tryICallBranchFunnel()
[all …]