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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h 777 Instruction *CreateNoAliasScopeDeclaration(Value *Scope);
778 Instruction *CreateNoAliasScopeDeclaration(MDNode *ScopeTag) {
779 return CreateNoAliasScopeDeclaration(
  /src/external/apache2/llvm/dist/llvm/lib/IR/
IRBuilder.cpp 474 Instruction *IRBuilderBase::CreateNoAliasScopeDeclaration(Value *Scope) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InlineFunction.cpp 996 IRBuilder<>(&CB).CreateNoAliasScopeDeclaration(AScopeList);

Completed in 48 milliseconds