OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasITBlocks
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/
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; }
Thumb2InstrInfo.cpp
53
if (!AFI->
hasITBlocks
()) {
Completed in 61 milliseconds