Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp177 void link(SchedGroup &OtherGroup);
1185 SchedGroup *OtherGroup = nullptr; in apply() local
1191 OtherGroup = &PipeSG; in apply()
1194 if (!OtherGroup) in apply()
1196 if (!OtherGroup->Collection.size()) in apply()
1199 for (auto &OtherEle : OtherGroup->Collection) { in apply()
1222 SchedGroup *OtherGroup = nullptr; in apply() local
1228 OtherGroup = &PipeSG; in apply()
1231 if (!OtherGroup) in apply()
1233 if (!OtherGroup->Collection.size()) in apply()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp111 CloneDetector::CloneGroup &OtherGroup) { in containsGroup() argument
116 if (Group.size() < OtherGroup.size()) in containsGroup()
120 if (!containsAnyInGroup(Stmt, OtherGroup)) in containsGroup()