Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp189 SmallVector<MachineOperand, 1> analyzeBranchCondCode; in endsWithCondControlFlow() local
190 if (TII->analyzeBranch(MBB, TBB, FBB, analyzeBranchCondCode, false)) in endsWithCondControlFlow()
194 if (analyzeBranchCondCode.empty()) in endsWithCondControlFlow()
212 assert(analyzeBranchCondCode.size() == 1 && "unknown Cond array format"); in endsWithCondControlFlow()
213 CondCode = AArch64CC::CondCode(analyzeBranchCondCode[0].getImm()); in endsWithCondControlFlow()