HomeSort by relevance Sort by last modified time
    Searched defs:BB1 (Results 1 - 14 of 14) sorted by null

  /external/llvm/unittests/Analysis/
BlockFrequencyInfoTest.cpp 45 " br i1 %y1, label %bb1, label %bb2 \n"
46 "bb1:\n"
51 " %y2 = phi i32 [0, %bb1], [1, %bb2] \n"
66 BasicBlock *BB1 = BB0.getTerminator()->getSuccessor(0);
68 BasicBlock *BB3 = BB1->getSingleSuccessor();
71 uint64_t BB1Freq = BFI.getBlockFreq(BB1).getFrequency();
81 EXPECT_EQ(BFI.getBlockProfileCount(BB1).getValue(), 100 * BB1Freq / BB0Freq);
  /external/clang/test/SemaCXX/
warn-reorder-ctor-initialization.cpp 5 struct BB1 {};
7 class complex : public BB, BB1 {
12 s3(3), // expected-warning {{field 's3' will be initialized after base 'BB1'}}
13 BB1(), // expected-warning {{base class 'BB1' will be initialized after base 'BB'}}
  /external/llvm/unittests/IR/
DominatorTreeTest.cpp 42 BasicBlock *BB1 = &*FI++;
43 BBI = BB1->begin();
62 EXPECT_TRUE(DT->isReachableFromEntry(BB1));
69 EXPECT_TRUE(DT->dominates(BB0, BB1));
74 EXPECT_FALSE(DT->dominates(BB1, BB0));
75 EXPECT_TRUE(DT->dominates(BB1, BB1));
76 EXPECT_FALSE(DT->dominates(BB1, BB2));
77 EXPECT_TRUE(DT->dominates(BB1, BB3));
78 EXPECT_FALSE(DT->dominates(BB1, BB4))
    [all...]
InstructionsTest.cpp 88 BasicBlock *BB1 = BasicBlock::Create(Ctx, "", F);
94 std::unique_ptr<InvokeInst> Invoke(InvokeInst::Create(F, BB1, BB2, Args));
110 BasicBlock* bb1 = BasicBlock::Create(C); local
131 BranchInst* b1 = BranchInst::Create(bb0, bb1, One);
150 EXPECT_EQ(bb1, *b);
151 EXPECT_EQ(bb1, b1->getOperand(1));
152 EXPECT_EQ(bb1, b1->getSuccessor(1));
168 delete bb1;
MetadataTest.cpp 352 auto *BB1 = BasicBlock::Create(Context, "entry", F1);
354 auto *R1 = ReturnInst::Create(Context, BB1);
380 auto *BB1 = BasicBlock::Create(Context, "entry", F1);
386 CallInst::Create(Intrinsic, MAV1, "", BB1);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 157 BasicBlock *BB, *BB1, *BB2;
158 BB1 = *BBs.begin();
160 BB = DT->findNearestCommonDominator(BB1, BB2);
163 BBs.erase(BB1);
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 893 til::BasicBlock *BB1 = *It ? lookupBlock(*It) : nullptr;
897 auto *Tm = new (Arena) til::Branch(C, BB1, BB2);
    [all...]
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 193 // | | bb1 |
228 BasicBlock *BB1 = BasicBlock::Create(Builder.getContext(),
229 "udiv-bb1", F, End);
250 // ; br i1 %earlyRet, label %end, label %bb1
263 Builder.CreateCondBr(EarlyRet, End, BB1);
265 // ; bb1: ; preds = %special-cases
271 Builder.SetInsertPoint(BB1);
278 // ; preheader: ; preds = %bb1
324 // ; loop-exit: ; preds = %do-while, %bb1
325 // ; %carry_2 = phi i32 [ 0, %bb1 ], [ %carry, %do-while
    [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
SampleProfile.cpp 123 void findEquivalencesFor(BasicBlock *BB1, ArrayRef<BasicBlock *> Descendants,
153 /// Two blocks BB1 and BB2 are in the same equivalence class if they
666 /// number of times as \p BB1. To do this, it traverses all the
667 /// descendants of \p BB1 in the dominator or post-dominator tree.
669 /// A block BB2 will be in the same equivalence class as \p BB1 if
672 /// 1- \p BB1 is a descendant of BB2 in the opposite tree. So, if BB2
673 /// is a descendant of \p BB1 in the dominator tree, then BB2 should
674 /// dominate BB1 in the post-dominator tree.
676 /// 2- Both BB2 and \p BB1 must be in the same loop.
679 /// equivalence class to \p BB1
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp 821 static bool isSafeToHoistInvoke(BasicBlock *BB1, BasicBlock *BB2,
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305_amd64.s 69 #define BB1 Y9
850 VMOVDQA state1StoreAVX2, BB0; VMOVDQA BB0, BB1; VMOVDQA BB0, BB2; VMOVDQA BB0, BB3
860 VPADDD BB0, AA0, AA0; VPADDD BB1, AA1, AA1; VPADDD BB2, AA2, AA2; VPADDD BB3, AA3, AA3
866 VPXOR CC0, BB0, BB0; VPXOR CC1, BB1, BB1; VPXOR CC2, BB2, BB2; VPXOR CC3, BB3, BB3
870 VPSLLD $12, BB1, CC3; VPSRLD $20, BB1, BB1; VPXOR CC3, BB1, BB1
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305_amd64.s 69 #define BB1 Y9
850 VMOVDQA state1StoreAVX2, BB0; VMOVDQA BB0, BB1; VMOVDQA BB0, BB2; VMOVDQA BB0, BB3
860 VPADDD BB0, AA0, AA0; VPADDD BB1, AA1, AA1; VPADDD BB2, AA2, AA2; VPADDD BB3, AA3, AA3
866 VPXOR CC0, BB0, BB0; VPXOR CC1, BB1, BB1; VPXOR CC2, BB2, BB2; VPXOR CC3, BB3, BB3
870 VPSLLD $12, BB1, CC3; VPSRLD $20, BB1, BB1; VPXOR CC3, BB1, BB1
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
m88k.h 300 #define BB1 STD+5

Completed in 507 milliseconds