OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avoidCPSRPartialUpdate
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/
ARMSubtarget.h
122
///
AvoidCPSRPartialUpdate
- If true, codegen would avoid using instructions
125
bool
AvoidCPSRPartialUpdate
;
218
bool
avoidCPSRPartialUpdate
() const { return
AvoidCPSRPartialUpdate
; }
Thumb2SizeReduction.cpp
219
if (!STI->
avoidCPSRPartialUpdate
())
[
all
...]
Completed in 378 milliseconds