Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h210 bool hasITBlocks() const { return HasITBlocks; } in hasITBlocks() function
DThumb2InstrInfo.cpp62 if (!AFI->hasITBlocks() || Tail->isBranch()) { in ReplaceTailWithBranchTo()