HomeSort by relevance Sort by last modified time
    Searched refs:BB2 (Results 26 - 39 of 39) sorted by null

12

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
InstructionsTest.cpp 101 BasicBlock *BB2 = BasicBlock::Create(Ctx, "", F);
106 std::unique_ptr<InvokeInst> Invoke(InvokeInst::Create(F, BB1, BB2, Args));
694 std::unique_ptr<BasicBlock> BB1, BB2, BB3;
696 BB2.reset(BasicBlock::Create(C));
708 SI->addCase(ConstantInt::get(Int32Ty, 2), BB2.get());
716 EXPECT_EQ(BB2.get(), (CI + 1)->getCaseSuccessor());
735 EXPECT_EQ(BB2.get(), (CCI + 1)->getCaseSuccessor());
    [all...]
IRBuilderTest.cpp 564 auto BB2 = BasicBlock::Create(Ctx, "bb2", F);
565 auto Br = BranchInst::Create(BB2, BB);
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
MergeFunctions.cpp 167 bool compare(const BasicBlock *BB1, const BasicBlock *BB2);
418 bool FunctionComparator::compare(const BasicBlock *BB1, const BasicBlock *BB2) {
420 BasicBlock::const_iterator F2I = BB2->begin(), F2E = BB2->end();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 320 BasicBlock *BB, *BB1, *BB2;
322 BB2 = *std::next(BBs.begin());
323 BB = DT->findNearestCommonDominator(BB1, BB2);
329 BBs.erase(BB2);
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 403 auto BB2 = BasicBlock::Create(Ctx, "bb2", F);
404 auto Br = BranchInst::Create(BB2, BB);
InstructionsTest.cpp 89 BasicBlock *BB2 = BasicBlock::Create(Ctx, "", F);
94 std::unique_ptr<InvokeInst> Invoke(InvokeInst::Create(F, BB1, BB2, Args));
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp 821 static bool isSafeToHoistInvoke(BasicBlock *BB1, BasicBlock *BB2,
    [all...]
PromoteMemoryToRegister.cpp 255 /// dominates - Return true if BB1 dominates BB2 using the DominatorTree.
257 bool dominates(BasicBlock *BB1, BasicBlock *BB2) const {
258 return DT.dominates(BB1, BB2);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachinePipeliner.cpp 374 MachineBasicBlock *BB2, MachineBasicBlock *KernelBB,
379 MachineBasicBlock *BB2, MachineBasicBlock *KernelBB,
    [all...]
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 895 til::BasicBlock *BB2 = *It ? lookupBlock(*It) : nullptr;
897 auto *Tm = new (Arena) til::Branch(C, BB1, BB2);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCMIPeephole.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachinePipeliner.cpp 412 MachineBasicBlock *BB2, MachineBasicBlock *KernelBB,
417 MachineBasicBlock *BB2, MachineBasicBlock *KernelBB,
    [all...]

Completed in 1452 milliseconds

12