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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
CFGPrinter.h 92 unsigned SuccNo = I.getSuccessorIndex();
94 if (SuccNo == 0) return "def";
98 OS << SI->getCaseValue(SuccNo)->getValue();
  /external/llvm/include/llvm/Analysis/
CFGPrinter.h 108 unsigned SuccNo = I.getSuccessorIndex();
110 if (SuccNo == 0) return "def";
115 SwitchInst::ConstCaseIt::fromSuccessorIndex(SI, SuccNo);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
CFGPrinter.h 137 unsigned SuccNo = I.getSuccessorIndex();
139 if (SuccNo == 0) return "def";
143 auto Case = *SwitchInst::ConstCaseIt::fromSuccessorIndex(SI, SuccNo);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp 206 auto SuccNo = Mapping.blockToIndex(SI);
210 auto &S = Block[SuccNo];
236 S.Kills.reset(SuccNo);
    [all...]

Completed in 728 milliseconds