Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/ARM/
HDThumb2ITBlockPass.cpp31 bool restrictIT; member in __anon8832d5bf0111::Thumb2ITBlockPass
199 if (!restrictIT) { in InsertITInstructions()
259 restrictIT = TM.getSubtarget<ARMSubtarget>().restrictIT(); in runOnMachineFunction()
HDARMSubtarget.h334 bool restrictIT() const { return RestrictIT; } in restrictIT() function
HDARMTargetMachine.cpp201 if (getARMSubtarget().restrictIT() && in addPreSched2()
HDARMBaseInstrInfo.cpp528 if (getSubtarget().restrictIT()) in isPredicable()