HomeSort by: relevance | last modified time | path
    Searched refs:ScopeFn (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 274 Function *ScopeFn = IRP.getAnchorScope();
289 Attrs = ScopeFn->getAttributes();
314 ScopeFn->setAttributes(Attrs);
728 const Function *ScopeFn = IRP.getAnchorScope();
730 ScopeFn ? &getAAFor<AAIsDead>(QueryingAA, IRPosition::function(*ScopeFn),
AttributorAttributes.cpp 2617 const Function *ScopeFn = VIRP.getAnchorScope();
2632 if (ScopeFn) {
2634 *this, IRPosition::function(*ScopeFn), DepClassTy::OPTIONAL);

Completed in 49 milliseconds