HomeSort by relevance Sort by last modified time
    Searched full:modulelevelchanges (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 111 /// If ModuleLevelChanges is false, VMap contains no non-identity GlobalValue
116 bool ModuleLevelChanges,
132 /// If ModuleLevelChanges is false, VMap contains no non-identity GlobalValue
137 bool ModuleLevelChanges,
151 /// If ModuleLevelChanges is false, VMap contains no non-identity GlobalValue
156 bool ModuleLevelChanges,
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 78 bool ModuleLevelChanges,
147 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges,
160 bool ModuleLevelChanges,
189 CloneFunctionInto(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo);
202 bool ModuleLevelChanges;
209 bool moduleLevelChanges,
214 VMap(valueMap), ModuleLevelChanges(moduleLevelChanges),
267 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges);
364 bool ModuleLevelChanges,
    [all...]
CloneModule.cpp 104 CloneFunctionInto(F, I, VMap, /*ModuleLevelChanges=*/true, Returns);
InlineFunction.cpp 604 /*ModuleLevelChanges=*/false, Returns, ".i",
    [all...]
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 74 /*ModuleLevelChanges=*/false);

Completed in 1067 milliseconds