Searched refs:RemoveNonValidAttrAtIndex (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 2493 static void RemoveNonValidAttrAtIndex(LLVMContext &Ctx, AttrHolder &AH, in RemoveNonValidAttrAtIndex() function 2516 RemoveNonValidAttrAtIndex(Ctx, F, A.getArgNo() + 1); in stripNonValidAttributesFromPrototype() 2519 RemoveNonValidAttrAtIndex(Ctx, F, AttributeSet::ReturnIndex); in stripNonValidAttributesFromPrototype() 2552 RemoveNonValidAttrAtIndex(Ctx, CS, i + 1); in stripNonValidAttributesFromBody() 2554 RemoveNonValidAttrAtIndex(Ctx, CS, AttributeSet::ReturnIndex); in stripNonValidAttributesFromBody()
|