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

  /external/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 112 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
114 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 114 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
116 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
BranchProbabilityInfo.h 116 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
118 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
BranchProbabilityInfo.h 116 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
118 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
BranchProbabilityInfo.h 129 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
131 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
BranchProbabilityInfo.h 129 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
131 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
BranchProbabilityInfo.h 129 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
131 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
BranchProbabilityInfo.h 129 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
131 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 114 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
116 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
BranchProbabilityInfo.h 116 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
118 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
BranchProbabilityInfo.h 116 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
118 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
BranchProbabilityInfo.h 129 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
131 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
BranchProbabilityInfo.h 129 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
131 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
BranchProbabilityInfo.h 129 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
131 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
BranchProbabilityInfo.h 129 static BranchProbability getBranchProbStackProtector(bool IsLikely) {
131 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 497 SuccessMBB = AddSuccessorMBB(BB, MBB, /* IsLikely */ true);
498 FailureMBB = AddSuccessorMBB(BB, MBB, /* IsLikely */ false, FailureMBB);
554 /// block will be created. Assign a large weight if IsLikely is true.
557 bool IsLikely,
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]

Completed in 3108 milliseconds