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.cpp 23 PICLabelUId(0), VarArgsFrameIndex(0), HasITBlocks(false) {}
ARMMachineFunctionInfo.h 106 /// HasITBlocks - True if IT blocks have been inserted.
107 bool HasITBlocks;
131 VarArgsFrameIndex(0), HasITBlocks(false) {}
199 bool hasITBlocks() const { return HasITBlocks; }
200 void setHasITBlocks(bool h) { HasITBlocks = h; }

Completed in 36 milliseconds