Searched refs:IsCond (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64BranchFixupPass.cpp118 /// conditional or unconditional, the max displacement, and (if IsCond is
123 bool IsCond : 1; member in struct:__anon2441::AArch64BranchFixup::ImmBranch
125 : MI(mi), OffsetBits(offsetbits), IsCond(cond) {}
285 bool IsCond = false; local
297 IsCond = true;
305 IsCond = true;
314 ImmBranches.push_back(ImmBranch(I, Bits, IsCond));
465 assert(Br.IsCond && "Only conditional branches should need fixup");

Completed in 36 milliseconds