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 301 BasicBlock *ContinueBB = Branch->getSuccessor(1);
302 if (std::next(pred_begin(ContinueBB)) != pred_end(ContinueBB))
312 if (!DT->dominates(ContinueBB, UseBB)) {
  /external/clang/lib/CodeGen/
CGAtomic.cpp 206 llvm::BasicBlock *ContinueBB =
211 CGF.Builder.CreateCondBr(Cmp, ContinueBB, StoreExpectedBB);
218 CGF.Builder.CreateBr(ContinueBB);
220 CGF.Builder.SetInsertPoint(ContinueBB);
    [all...]
MicrosoftCXXABI.cpp     [all...]

Completed in 79 milliseconds