OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAnalysis
(Results
51 - 75
of
159
) sorted by null
1
2
3
4
5
6
7
/external/llvm/lib/CodeGen/
PostRASchedulerList.cpp
253
MachineLoopInfo &MLI =
getAnalysis
<MachineLoopInfo>();
254
MachineDominatorTree &MDT =
getAnalysis
<MachineDominatorTree>();
255
AliasAnalysis *AA = &
getAnalysis
<AliasAnalysis>();
256
TargetPassConfig *PassConfig = &
getAnalysis
<TargetPassConfig>();
Spiller.cpp
65
lis = &pass.
getAnalysis
<LiveIntervals>();
MachineBlockPlacement.cpp
[
all
...]
InlineSpiller.cpp
146
LIS(pass.
getAnalysis
<LiveIntervals>()),
147
LSS(pass.
getAnalysis
<LiveStacks>()),
148
AA(&pass.
getAnalysis
<AliasAnalysis>()),
149
MDT(pass.
getAnalysis
<MachineDominatorTree>()),
150
Loops(pass.
getAnalysis
<MachineLoopInfo>()),
156
MBFI(pass.
getAnalysis
<MachineBlockFrequencyInfo>()) {}
[
all
...]
StackSlotColoring.cpp
426
LS = &
getAnalysis
<LiveStacks>();
427
MBFI = &
getAnalysis
<MachineBlockFrequencyInfo>();
JumpInstrTables.cpp
258
JITI = &
getAnalysis
<JumpInstrTableInfo>();
RegAllocGreedy.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp
171
LI = &
getAnalysis
<LoopInfo>();
172
SE = &
getAnalysis
<ScalarEvolution>();
173
DT = &
getAnalysis
<DominatorTreeWrapperPass>().getDomTree();
640
MDT = &
getAnalysis
<MachineDominatorTree>();
/external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp
175
const TargetTransformInfo &TTI =
getAnalysis
<TargetTransformInfo>();
LoopRerollPass.cpp
[
all
...]
DeadStoreElimination.cpp
61
AA = &
getAnalysis
<AliasAnalysis>();
62
MD = &
getAnalysis
<MemoryDependenceAnalysis>();
63
DT = &
getAnalysis
<DominatorTreeWrapperPass>().getDomTree();
SampleProfile.cpp
[
all
...]
LoopRotation.cpp
99
LI = &
getAnalysis
<LoopInfo>();
100
TTI = &
getAnalysis
<TargetTransformInfo>();
LICM.cpp
230
LI = &
getAnalysis
<LoopInfo>();
231
AA = &
getAnalysis
<AliasAnalysis>();
232
DT = &
getAnalysis
<DominatorTreeWrapperPass>().getDomTree();
236
TLI = &
getAnalysis
<TargetLibraryInfo>();
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h
151
T &
getAnalysis
() const {
152
return *getLocationContext()->
getAnalysis
<T>();
/external/llvm/unittests/IR/
DominatorTreeTest.cpp
30
&
getAnalysis
<DominatorTreeWrapperPass>().getDomTree();
31
PostDominatorTree *PDT = &
getAnalysis
<PostDominatorTree>();
/external/llvm/lib/Target/Hexagon/
HexagonNewValueJump.cpp
362
LiveVariables &LVs =
getAnalysis
<LiveVariables>();
368
MBPI = &
getAnalysis
<MachineBranchProbabilityInfo>();
/external/llvm/lib/Target/R600/
R600Packetizer.cpp
332
MachineLoopInfo &MLI =
getAnalysis
<MachineLoopInfo>();
333
MachineDominatorTree &MDT =
getAnalysis
<MachineDominatorTree>();
/external/llvm/lib/Analysis/
RegionPass.cpp
55
RI = &
getAnalysis
<RegionInfo>();
/external/llvm/lib/Target/Mips/
MipsOptimizePICCall.cpp
181
MachineDominatorTree *MDT = &
getAnalysis
<MachineDominatorTree>();
/external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp
107
const DataLayout *DL = &
getAnalysis
<DataLayoutPass>().getDataLayout();
/external/llvm/lib/Target/Sparc/
SparcCodeEmitter.cpp
109
MCE.setModuleInfo(&
getAnalysis
<MachineModuleInfo> ());
/external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp
399
getAnalysis
<AliasAnalysis>().deleteValue(GEP);
461
AliasAnalysis &AA =
getAnalysis
<AliasAnalysis>();
634
AliasAnalysis &AA =
getAnalysis
<AliasAnalysis>();
638
CallGraph &CG =
getAnalysis
<CallGraphWrapperPass>().getCallGraph();
[
all
...]
LoopExtractor.cpp
94
DominatorTree &DT =
getAnalysis
<DominatorTreeWrapperPass>().getDomTree();
/external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp
505
return LCtx->
getAnalysis
<RelaxedLiveVariables>()->isLive(Loc, ExprVal);
523
if (LCtx->
getAnalysis
<RelaxedLiveVariables>()->isLive(Loc, VR->getDecl()))
Completed in 1623 milliseconds
1
2
3
4
5
6
7