Searched refs:updateAA (Results 1 – 2 of 2) sorted by relevance
1599 updateAA(*AAPtr);1647 updateAA(AA);2513 LLVM_ABI ChangeStatus updateAA(AbstractAttribute &AA);
2191 if (updateAA(*AA) == ChangeStatus::CHANGED) in runTillFixpoint()2676 ChangeStatus Attributor::updateAA(AbstractAttribute &AA) { in updateAA() function in Attributor