HomeSort by relevance Sort by last modified time
    Searched refs:getBranchProbStackProtector (Results 1 - 18 of 18) sorted by null

  /external/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 112 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 114 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
BranchProbabilityInfo.h 116 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
BranchProbabilityInfo.h 116 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
BranchProbabilityInfo.h 129 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
BranchProbabilityInfo.h 129 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
BranchProbabilityInfo.h 129 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
BranchProbabilityInfo.h 129 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 114 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
BranchProbabilityInfo.h 116 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
BranchProbabilityInfo.h 116 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
BranchProbabilityInfo.h 129 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
BranchProbabilityInfo.h 129 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
BranchProbabilityInfo.h 129 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
BranchProbabilityInfo.h 129 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
  /external/llvm/lib/CodeGen/
StackProtector.cpp 430 BranchProbabilityInfo::getBranchProbStackProtector(true);
432 BranchProbabilityInfo::getBranchProbStackProtector(false);
SafeStack.cpp 495 auto SuccessProb = BranchProbabilityInfo::getBranchProbStackProtector(true);
496 auto FailureProb = BranchProbabilityInfo::getBranchProbStackProtector(false);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 1025 milliseconds