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

1 2

  /external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 44 AU.addPreservedID(LowerSwitchID);
45 AU.addPreservedID(LowerInvokePassID);
UnifyFunctionExitNodes.cpp 36 AU.addPreservedID(BreakCriticalEdgesID);
39 AU.addPreservedID(LowerSwitchID);
LCSSA.cpp 71 AU.addPreservedID(LoopSimplifyID);
BreakCriticalEdges.cpp 50 AU.addPreservedID(LoopSimplifyID);
LowerSwitch.cpp 46 AU.addPreservedID(LowerInvokePassID);
LoopSimplify.cpp 92 AU.addPreservedID(BreakCriticalEdgesID); // No critical edges added.
LowerInvoke.cpp 91 AU.addPreservedID(LowerSwitchID);
  /external/llvm/include/llvm/
PassAnalysisSupport.h 67 AnalysisUsage &addPreservedID(const void *ID) {
71 AnalysisUsage &addPreservedID(char &ID) {
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 43 AU.addPreservedID(LoopSimplifyID);
44 AU.addPreservedID(LCSSAID);
LoopUnrollPass.cpp 85 AU.addPreservedID(LoopSimplifyID);
87 AU.addPreservedID(LCSSAID);
Reg2Mem.cpp 45 AU.addPreservedID(BreakCriticalEdgesID);
LoopDeletion.cpp 53 AU.addPreservedID(LoopSimplifyID);
54 AU.addPreservedID(LCSSAID);
LoopRotation.cpp 48 AU.addPreservedID(LoopSimplifyID);
50 AU.addPreservedID(LCSSAID);
LoopIdiomRecognize.cpp 102 AU.addPreservedID(LoopSimplifyID);
104 AU.addPreservedID(LCSSAID);
LoopUnswitch.cpp 108 AU.addPreservedID(LoopSimplifyID);
112 AU.addPreservedID(LCSSAID);
    [all...]
LICM.cpp 86 AU.addPreservedID(LoopSimplifyID);
  /external/llvm/lib/CodeGen/
ProcessImplicitDefs.cpp 40 AU.addPreservedID(MachineLoopInfoID);
41 AU.addPreservedID(MachineDominatorsID);
42 AU.addPreservedID(TwoAddressInstructionPassID);
43 AU.addPreservedID(PHIEliminationID);
ExpandPostRAPseudos.cpp 45 AU.addPreservedID(MachineLoopInfoID);
46 AU.addPreservedID(MachineDominatorsID);
CodePlacementOpt.cpp 48 AU.addPreservedID(MachineDominatorsID);
TwoAddressInstructionPass.cpp 153 AU.addPreservedID(MachineLoopInfoID);
154 AU.addPreservedID(MachineDominatorsID);
155 AU.addPreservedID(PHIEliminationID);
    [all...]
RegisterCoalescer.cpp 381 AU.addPreservedID(MachineDominatorsID);
382 AU.addPreservedID(StrongPHIEliminationID);
383 AU.addPreservedID(PHIEliminationID);
384 AU.addPreservedID(TwoAddressInstructionPassID);
    [all...]
MachineCSE.cpp 57 AU.addPreservedID(MachineLoopInfoID);
RegAllocBasic.cpp 167 AU.addPreservedID(MachineDominatorsID);
RegAllocLinearScan.cpp 214 AU.addPreservedID(LiveStacksID);
222 AU.addPreservedID(MachineDominatorsID);
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 66 AU.addPreservedID(MachineLoopInfoID);
67 AU.addPreservedID(MachineDominatorsID);
    [all...]

Completed in 409 milliseconds

1 2