HomeSort by relevance Sort by last modified time
    Searched defs:getInstructionIndex (Results 1 - 5 of 5) sorted by null

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
AnalyzedInstruction.java 96 public int getInstructionIndex() {
MethodAnalyzer.java 225 analyzedInstructions.set(instructionToAnalyze.getInstructionIndex());
228 instructionsToAnalyze.set(successor.getInstructionIndex());
309 verifiedInstructions.set(instructionToVerify.getInstructionIndex());
312 instructionsToVerify.set(successor.getInstructionIndex());
584 instructionsToProcess.set(successor.getInstructionIndex());
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 206 SlotIndex getInstructionIndex(const MachineInstr *instr) const {
207 return indexes_->getInstructionIndex(instr);
SlotIndexes.h 438 SlotIndex getInstructionIndex(const MachineInstr *MI) const {
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 166 /// getInstructionIndex - Get or calculate the index of the specified
168 unsigned getInstructionIndex(const Instruction *I) {
863 StoreIndex = LBI.getInstructionIndex(OnlyStore);
865 if (unsigned(StoreIndex) > LBI.getInstructionIndex(LI)) {
    [all...]

Completed in 85 milliseconds