HomeSort by: relevance | last modified time | path
    Searched defs:instructionsWithoutDebug (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
BasicBlock.cpp 100 BasicBlock::instructionsWithoutDebug(bool SkipPseudoOp) const {
110 BasicBlock::instructionsWithoutDebug(bool SkipPseudoOp) {
121 return std::distance(instructionsWithoutDebug().begin(),
122 instructionsWithoutDebug().end());
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 1248 inline auto instructionsWithoutDebug(IterT It, IterT End,

Completed in 24 milliseconds