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

  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfReader.cpp 1461 InlineCallStack NewStack;
1462 NewStack.push_back(FProfile);
1463 llvm::append_range(NewStack, InlineStack);
1467 for (auto CallerProfile : NewStack)
1509 InlineCallStack NewStack;
1510 NewStack.push_back(FProfile);
1511 llvm::append_range(NewStack, InlineStack);
1512 if (std::error_code EC = readOneFunctionProfile(NewStack, Update, Offset))
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp 6087 llvm::Value *NewStack = CGF.Builder.CreateInBoundsGEP(
6091 CGF.Builder.CreateStore(NewStack, stack_p);

Completed in 47 milliseconds