Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h238 bool hasITBlocks() const { return HasITBlocks; } in hasITBlocks() function
H A DThumb2InstrInfo.cpp67 if (!AFI->hasITBlocks() || Tail->isBranch()) { in ReplaceTailWithBranchTo()