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

/external/llvm/lib/Target/Mips/
H A DMipsLongBranch.cpp54 bool HasLongBranch; member in struct:__anon26053::MBBInfo
57 MBBInfo() : Size(0), HasLongBranch(false), Br(nullptr) {}
474 if (!I->Br || I->HasLongBranch)
492 I->HasLongBranch = true;
512 if (I->HasLongBranch)

Completed in 67 milliseconds