HomeSort by relevance Sort by last modified time
    Searched refs:addPreservedID (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 46 AU.addPreservedID(LowerSwitchID);
47 AU.addPreservedID(LowerInvokePassID);
UnifyFunctionExitNodes.cpp 36 AU.addPreservedID(BreakCriticalEdgesID);
39 AU.addPreservedID(LowerSwitchID);
LCSSA.cpp 73 AU.addPreservedID(LoopSimplifyID);
BreakCriticalEdges.cpp 51 AU.addPreservedID(LoopSimplifyID);
LowerSwitch.cpp 46 AU.addPreservedID(LowerInvokePassID);
LoopSimplify.cpp 95 AU.addPreservedID(BreakCriticalEdgesID); // No critical edges added.
LowerInvoke.cpp 89 AU.addPreservedID(LowerSwitchID);
  /external/llvm/include/llvm/
PassAnalysisSupport.h 68 AnalysisUsage &addPreservedID(const void *ID) {
72 AnalysisUsage &addPreservedID(char &ID) {
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 45 AU.addPreservedID(LoopSimplifyID);
46 AU.addPreservedID(LCSSAID);
LoopUnrollPass.cpp 89 AU.addPreservedID(LoopSimplifyID);
91 AU.addPreservedID(LCSSAID);
Reg2Mem.cpp 45 AU.addPreservedID(BreakCriticalEdgesID);
LoopDeletion.cpp 49 AU.addPreservedID(LoopSimplifyID);
50 AU.addPreservedID(LCSSAID);
LoopRotation.cpp 51 AU.addPreservedID(LoopSimplifyID);
53 AU.addPreservedID(LCSSAID);
LoopIdiomRecognize.cpp 170 AU.addPreservedID(LoopSimplifyID);
172 AU.addPreservedID(LCSSAID);
    [all...]
LICM.cpp 90 AU.addPreservedID(LoopSimplifyID);
    [all...]
LoopUnswitch.cpp 167 AU.addPreservedID(LoopSimplifyID);
171 AU.addPreservedID(LCSSAID);
    [all...]
IndVarSimplify.cpp 93 AU.addPreservedID(LoopSimplifyID);
94 AU.addPreservedID(LCSSAID);
    [all...]
  /external/llvm/lib/CodeGen/
ExpandPostRAPseudos.cpp 40 AU.addPreservedID(MachineLoopInfoID);
41 AU.addPreservedID(MachineDominatorsID);
RegAllocBasic.cpp 152 AU.addPreservedID(MachineDominatorsID);
StackSlotColoring.cpp 97 AU.addPreservedID(MachineDominatorsID);
MachineCSE.cpp 58 AU.addPreservedID(MachineLoopInfoID);
LiveIntervalAnalysis.cpp 72 AU.addPreservedID(MachineLoopInfoID);
74 AU.addPreservedID(MachineDominatorsID);
    [all...]
TwoAddressInstructionPass.cpp 153 AU.addPreservedID(MachineLoopInfoID);
154 AU.addPreservedID(MachineDominatorsID);
    [all...]
RegisterCoalescer.cpp 396 AU.addPreservedID(MachineDominatorsID);
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 65 AU.addPreservedID(MachineLoopInfoID);
66 AU.addPreservedID(MachineDominatorsID);
    [all...]

Completed in 821 milliseconds

1 2