Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp185 bool CantAnalyze = false; in analyzeBranch() local
197 CantAnalyze = true; in analyzeBranch()
213 CantAnalyze = !isPredicated(*I); in analyzeBranch()
240 if (CantAnalyze) in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp375 bool CantAnalyze = false; in analyzeBranch() local
391 CantAnalyze = true; in analyzeBranch()
406 CantAnalyze = true; in analyzeBranch()
449 if (CantAnalyze) { in analyzeBranch()