Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp857 Attribute AttrID = in ReplaceWithStatepoint() local
863 bool HasID = AttrID.isStringAttribute() && in ReplaceWithStatepoint()
864 !AttrID.getValueAsString().getAsInteger(10, ID); in ReplaceWithStatepoint()
DRewriteStatepointsForGC.cpp1423 Attribute AttrID = OriginalAttrs.getAttribute(AttributeSet::FunctionIndex, in makeStatepointExplicitImpl() local
1425 if (AttrID.isStringAttribute()) in makeStatepointExplicitImpl()
1426 AttrID.getValueAsString().getAsInteger(10, StatepointID); in makeStatepointExplicitImpl()