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

1 2

  /external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 47 AU.addPreservedID(LowerSwitchID);
48 AU.addPreservedID(LowerInvokePassID);
UnifyFunctionExitNodes.cpp 36 AU.addPreservedID(BreakCriticalEdgesID);
38 AU.addPreservedID(LowerSwitchID);
BreakCriticalEdges.cpp 60 AU.addPreservedID(LoopSimplifyID);
LCSSA.cpp 299 AU.addPreservedID(LoopSimplifyID);
LowerSwitch.cpp 65 AU.addPreservedID(LowerInvokePassID);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyArgumentMove.cpp 54 AU.addPreservedID(MachineDominatorsID);
WebAssemblyRegColoring.cpp 47 AU.addPreservedID(MachineDominatorsID);
WebAssemblyRegStackify.cpp 46 AU.addPreservedID(MachineDominatorsID);
  /external/llvm/include/llvm/
PassAnalysisSupport.h 73 AnalysisUsage &addPreservedID(const void *ID) {
77 AnalysisUsage &addPreservedID(char &ID) {
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 49 AU.addPreservedID(LoopSimplifyID);
50 AU.addPreservedID(LCSSAID);
Reg2Mem.cpp 46 AU.addPreservedID(BreakCriticalEdgesID);
LoopDeletion.cpp 52 AU.addPreservedID(LoopSimplifyID);
53 AU.addPreservedID(LCSSAID);
LoopRotation.cpp 582 AU.addPreservedID(LoopSimplifyID);
584 AU.addPreservedID(LCSSAID);
LICM.cpp 121 AU.addPreservedID(LoopSimplifyID);
123 AU.addPreservedID(LCSSAID);
    [all...]
LoopIdiomRecognize.cpp 93 AU.addPreservedID(LoopSimplifyID);
95 AU.addPreservedID(LCSSAID);
    [all...]
LoopUnrollPass.cpp 145 AU.addPreservedID(LoopSimplifyID);
147 AU.addPreservedID(LCSSAID);
    [all...]
LoopUnswitch.cpp 215 AU.addPreservedID(LoopSimplifyID);
219 AU.addPreservedID(LCSSAID);
    [all...]
  /external/llvm/lib/CodeGen/
ExpandPostRAPseudos.cpp 42 AU.addPreservedID(MachineLoopInfoID);
43 AU.addPreservedID(MachineDominatorsID);
RegAllocBasic.cpp 148 AU.addPreservedID(MachineDominatorsID);
StackSlotColoring.cpp 98 AU.addPreservedID(MachineDominatorsID);
MachineCSE.cpp 61 AU.addPreservedID(MachineLoopInfoID);
LiveIntervalAnalysis.cpp 85 AU.addPreservedID(MachineLoopInfoID);
87 AU.addPreservedID(MachineDominatorsID);
    [all...]
TwoAddressInstructionPass.cpp 162 AU.addPreservedID(MachineLoopInfoID);
163 AU.addPreservedID(MachineDominatorsID);
    [all...]
  /external/llvm/lib/Target/X86/
X86ExpandPseudo.cpp 39 AU.addPreservedID(MachineLoopInfoID);
40 AU.addPreservedID(MachineDominatorsID);
X86FloatingPoint.cpp 72 AU.addPreservedID(MachineLoopInfoID);
73 AU.addPreservedID(MachineDominatorsID);
    [all...]

Completed in 357 milliseconds

1 2