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

  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 438 BasicBlock *ContinueBB = Branch->getSuccessor(1);
439 if (std::next(pred_begin(ContinueBB)) != pred_end(ContinueBB))
449 if (!DT->dominates(ContinueBB, UseBB)) {
  /external/clang/lib/CodeGen/
CGAtomic.cpp 403 llvm::BasicBlock *ContinueBB =
408 CGF.Builder.CreateCondBr(Cmp, ContinueBB, StoreExpectedBB);
414 CGF.Builder.CreateBr(ContinueBB);
416 CGF.Builder.SetInsertPoint(ContinueBB);
    [all...]
MicrosoftCXXABI.cpp     [all...]

Completed in 130 milliseconds