OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasITBlocks
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h
106
///
HasITBlocks
- True if IT blocks have been inserted.
107
bool
HasITBlocks
= false;
213
bool
hasITBlocks
() const { return
HasITBlocks
; }
214
void setHasITBlocks(bool h) {
HasITBlocks
= h; }
Thumb2InstrInfo.cpp
66
if (!AFI->
hasITBlocks
() || Tail->isBranch()) {
Completed in 64 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026