Home
last modified time | relevance | path

Searched refs:hasITBlocks (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h199 bool hasITBlocks() const { return HasITBlocks; } in hasITBlocks() function
DThumb2InstrInfo.cpp53 if (!AFI->hasITBlocks()) { in ReplaceTailWithBranchTo()