Searched refs:valueComesBefore (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp111 static bool valueComesBefore(const Value *A, const Value *B) { function in namespace:llvm
241 return valueComesBefore(ArgA, ArgB);
245 return valueComesBefore(AInst, BInst);

Completed in 25 milliseconds