Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp189 return any_of(Other.Conditions, [&](const ControlCondition &OtherC) { in isEquivalent() argument
190 return ControlConditions::isEquivalent(C, OtherC); in isEquivalent()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1525 for (SCC &OtherC : *RC) { in removeDeadFunction()
1526 for (Node &OtherN : OtherC) in removeDeadFunction()