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

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
SSAUpdaterBulk.cpp 137 BasicBlock *LoopMainBB = BasicBlock::Create(C, "loopmain", F);
142 B.CreateCondBr(B.getTrue(), LoopMainBB, LoopStartBB);
146 B.CreateBr(LoopMainBB);
148 B.SetInsertPoint(LoopMainBB);
158 // The phi for %4 should be inserted into LoopMainBB and should look like
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
MemorySSA.cpp     [all...]

Completed in 86 milliseconds