Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1101 TargetsForSlot.push_back({GV, &TM}); in tryFindVirtualCallTargets()
1105 return !TargetsForSlot.empty(); in tryFindVirtualCallTargets()
1165 return !TargetsForSlot.empty(); in tryFindVirtualCallTargets()
1291 auto *TheFn = TargetsForSlot[0].Fn; in trySingleImplDevirt()
1292 for (auto &&Target : TargetsForSlot) in trySingleImplDevirt()
1298 TargetsForSlot[0].WasDevirt = true; in trySingleImplDevirt()
1346 auto TheFn = TargetsForSlot[0]; in trySingleImplDevirt()
1347 for (auto &&Target : TargetsForSlot) in trySingleImplDevirt()
1408 if (TargetsForSlot.size() > ClThreshold) in tryICallBranchFunnel()
1439 for (auto &T : TargetsForSlot) { in tryICallBranchFunnel()
[all …]