Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp859 Attribute AttrNumPatchBytes = OriginalAttrs.getAttribute( in ReplaceWithStatepoint() local
872 AttrNumPatchBytes.isStringAttribute() && in ReplaceWithStatepoint()
873 !AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes); in ReplaceWithStatepoint()
DRewriteStatepointsForGC.cpp1428 Attribute AttrNumPatchBytes = OriginalAttrs.getAttribute( in makeStatepointExplicitImpl() local
1430 if (AttrNumPatchBytes.isStringAttribute()) in makeStatepointExplicitImpl()
1431 AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes); in makeStatepointExplicitImpl()