Home
last modified time | relevance | path

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

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