Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp223 bool emitCompareAndBranch(const BranchInst *BI);
2259 bool AArch64FastISel::emitCompareAndBranch(const BranchInst *BI) { in emitCompareAndBranch() function in AArch64FastISel
2411 if (emitCompareAndBranch(BI)) in selectBranch()