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

/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp253 /// HasFarJump - True if any far jump instruction has been emitted during
255 bool HasFarJump; member in class:__anon8834::ARMConstantIslands
392 HasFarJump = false;
478 if (isThumb && !HasFarJump && AFI->isLRSpilledForFarJump())
1558 HasFarJump = true;

Completed in 41 milliseconds