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

  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 94 unsigned getInstructionID(const Instruction *I) const;
ValueEnumerator.cpp 111 unsigned ValueEnumerator::getInstructionID(const Instruction *Inst) const {
BitcodeWriter.cpp 676 Record.push_back(VE.getInstructionID(I));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 94 unsigned getInstructionID(const Instruction *I) const;
ValueEnumerator.cpp 111 unsigned ValueEnumerator::getInstructionID(const Instruction *Inst) const {
BitcodeWriter.cpp 716 Record.push_back(VE.getInstructionID(I));
    [all...]

Completed in 136 milliseconds