Home
last modified time | relevance | path

Searched refs:MNew (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterPressure.cpp1178 unsigned MNew = MOld; in getUpwardPressureDelta() local
1184 MNew = PNew; in getUpwardPressureDelta()
1198 if (MNew == MOld) in getUpwardPressureDelta()
1205 int CritInc = (int)MNew - (int)CriticalPSets[CritIdx].getUnitInc(); in getUpwardPressureDelta()
1213 if (!Delta.CurrentMax.isValid() && MNew > MaxPressureLimit[PSetID]) { in getUpwardPressureDelta()
1215 Delta.CurrentMax.setUnitInc(MNew - MOld); in getUpwardPressureDelta()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1079 if (MDNode *MNew = MDMap.lookup(M)) in remap() local
1080 I.setMetadata(LLVMContext::MD_alias_scope, MNew); in remap()
1083 if (MDNode *MNew = MDMap.lookup(M)) in remap() local
1084 I.setMetadata(LLVMContext::MD_noalias, MNew); in remap()
1087 if (MDNode *MNew = MDMap.lookup(Decl->getScopeList())) in remap() local
1088 Decl->setScopeList(MNew); in remap()