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

  /external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 45 AU.addPreservedID(LowerSwitchID);
46 AU.addPreservedID(LowerInvokePassID);
UnifyFunctionExitNodes.cpp 36 AU.addPreservedID(BreakCriticalEdgesID);
39 AU.addPreservedID(LowerSwitchID);
BreakCriticalEdges.cpp 50 AU.addPreservedID(LoopSimplifyID);
LCSSA.cpp 265 AU.addPreservedID(LoopSimplifyID);
LowerSwitch.cpp 50 AU.addPreservedID(LowerInvokePassID);
LoopSimplify.cpp 766 AU.addPreservedID(BreakCriticalEdgesID); // No critical edges added.
    [all...]
  /external/llvm/include/llvm/
PassAnalysisSupport.h 68 AnalysisUsage &addPreservedID(const void *ID) {
72 AnalysisUsage &addPreservedID(char &ID) {
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 46 AU.addPreservedID(LoopSimplifyID);
47 AU.addPreservedID(LCSSAID);
Reg2Mem.cpp 46 AU.addPreservedID(BreakCriticalEdgesID);
LoopDeletion.cpp 50 AU.addPreservedID(LoopSimplifyID);
51 AU.addPreservedID(LCSSAID);
LoopUnrollPass.cpp 108 AU.addPreservedID(LoopSimplifyID);
110 AU.addPreservedID(LCSSAID);
LoopRotation.cpp 60 AU.addPreservedID(LoopSimplifyID);
62 AU.addPreservedID(LCSSAID);
LICM.cpp 91 AU.addPreservedID(LoopSimplifyID);
93 AU.addPreservedID(LCSSAID);
    [all...]
LoopIdiomRecognize.cpp 169 AU.addPreservedID(LoopSimplifyID);
171 AU.addPreservedID(LCSSAID);
    [all...]
LoopUnswitch.cpp 168 AU.addPreservedID(LoopSimplifyID);
172 AU.addPreservedID(LCSSAID);
    [all...]
IndVarSimplify.cpp 97 AU.addPreservedID(LoopSimplifyID);
98 AU.addPreservedID(LCSSAID);
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/CodeGen/
ExpandPostRAPseudos.cpp 41 AU.addPreservedID(MachineLoopInfoID);
42 AU.addPreservedID(MachineDominatorsID);
RegAllocBasic.cpp 149 AU.addPreservedID(MachineDominatorsID);
StackSlotColoring.cpp 98 AU.addPreservedID(MachineDominatorsID);
MachineCSE.cpp 59 AU.addPreservedID(MachineLoopInfoID);
LiveIntervalAnalysis.cpp 74 AU.addPreservedID(MachineLoopInfoID);
76 AU.addPreservedID(MachineDominatorsID);
    [all...]
TwoAddressInstructionPass.cpp 154 AU.addPreservedID(MachineLoopInfoID);
155 AU.addPreservedID(MachineDominatorsID);
    [all...]
RegisterCoalescer.cpp 394 AU.addPreservedID(MachineDominatorsID);
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 66 AU.addPreservedID(MachineLoopInfoID);
67 AU.addPreservedID(MachineDominatorsID);
    [all...]

Completed in 1078 milliseconds