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 __anonf7b550540111::Thumb2ITBlockPass
213 if (!restrictIT) { in InsertITInstructions()
277 restrictIT = STI.restrictIT(); in runOnMachineFunction()
DARMSubtarget.h450 bool restrictIT() const { return RestrictIT; } in restrictIT() function
DARMTargetMachine.cpp408 return this->TM->getSubtarget<ARMSubtarget>(F).restrictIT(); in addPreSched2()
DARMBaseInstrInfo.cpp569 if (getSubtarget().restrictIT()) in isPredicable()