OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TargetID
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
Passes.cpp
104
/// flags with ternary conditions.
TargetID
is passed through by default. The
107
static IdentifyingPassPtr applyOverride(IdentifyingPassPtr
TargetID
,
112
return
TargetID
;
114
if (
TargetID
.isValid())
115
return
TargetID
;
132
///
TargetID
is the pass that the target has configured to override StandardID.
134
/// StandardID may be a pseudo ID. In that case
TargetID
is the name of the real
138
IdentifyingPassPtr
TargetID
) {
140
return applyDisable(
TargetID
, DisablePostRA);
143
return applyDisable(
TargetID
, DisableBranchFold)
[
all
...]
/external/llvm/include/llvm/CodeGen/
Passes.h
161
/// point where StandardID is expected, add
TargetID
in its place.
162
void substitutePass(AnalysisID StandardID, IdentifyingPassPtr
TargetID
);
Completed in 2035 milliseconds