Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp7898 bool IsTestAndBranch = false; in optimizeCondBranch() local
7917 IsTestAndBranch = true; in optimizeCondBranch()
7923 IsTestAndBranch = true; in optimizeCondBranch()
7929 if (IsTestAndBranch && MI.getOperand(1).getImm()) in optimizeCondBranch()
7959 if (IsTestAndBranch) in optimizeCondBranch()