Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DThumb2ITBlockPass.cpp32 bool restrictIT; member in __anon34e3f2470111::Thumb2ITBlockPass
218 if (!restrictIT) { in InsertITInstructions()
282 restrictIT = STI.restrictIT(); in runOnMachineFunction()
DARMSubtarget.h575 bool restrictIT() const { return RestrictIT; } in restrictIT() function
DARMTargetMachine.cpp432 return this->TM->getSubtarget<ARMSubtarget>(F).restrictIT(); in addPreSched2()
DARMBaseInstrInfo.cpp585 if (getSubtarget().restrictIT()) in isPredicable()