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

/external/llvm/lib/Target/Mips/
H A DMipsLongBranch.cpp55 bool HasLongBranch; member in struct:__anon12672::MBBInfo
58 MBBInfo() : Size(0), HasLongBranch(false), Br(nullptr) {}
480 if (!I->Br || I->HasLongBranch)
498 I->HasLongBranch = true;
518 if (I->HasLongBranch)

Completed in 35 milliseconds