Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp6131 bool IsTestAndBranch = false; in optimizeCondBranch() local
6150 IsTestAndBranch = true; in optimizeCondBranch()
6156 IsTestAndBranch = true; in optimizeCondBranch()
6162 if (IsTestAndBranch && MI.getOperand(1).getImm()) in optimizeCondBranch()
6192 if (IsTestAndBranch) in optimizeCondBranch()