Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DHashRecognize.cpp395 BinaryOperator *FoundBO = digRecurrence(TV, BOWithConstOpToMatch); in matchConditionalRecurrence() local
397 if (!FoundBO || FoundBO != AltBO) in matchConditionalRecurrence()
406 BO = FoundBO; in matchConditionalRecurrence()