Searched refs:setDoesNotCapture (Results 1 – 3 of 3) sorted by relevance
973 static void setDoesNotCapture(Function &F, unsigned n) { in setDoesNotCapture() function975 F.setDoesNotCapture(n); in setDoesNotCapture()1021 setDoesNotCapture(F, 1); in inferPrototypeAttributes()1041 setDoesNotCapture(F, 2); in inferPrototypeAttributes()1053 setDoesNotCapture(F, 2); in inferPrototypeAttributes()1061 setDoesNotCapture(F, 1); in inferPrototypeAttributes()1062 setDoesNotCapture(F, 2); in inferPrototypeAttributes()1077 setDoesNotCapture(F, 1); in inferPrototypeAttributes()1078 setDoesNotCapture(F, 2); in inferPrototypeAttributes()1086 setDoesNotCapture(F, 2); in inferPrototypeAttributes()[all …]
391 void setDoesNotCapture(unsigned n) {
672 LookupFn->setDoesNotCapture(1); in LookupIMP()