HomeSort by relevance Sort by last modified time
    Searched refs:hasITBlocks (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h 91 /// HasITBlocks - True if IT blocks have been inserted.
92 bool HasITBlocks;
108 VarArgsFrameIndex(0), HasITBlocks(false) {}
119 VarArgsFrameIndex(0), HasITBlocks(false) {}
232 bool hasITBlocks() const { return HasITBlocks; }
233 void setHasITBlocks(bool h) { HasITBlocks = h; }
Thumb2InstrInfo.cpp 48 if (!AFI->hasITBlocks()) {

Completed in 134 milliseconds