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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineFunction.cpp 581 ReplaceMBBInJumpTable(i, Old, New);
585 /// ReplaceMBBInJumpTable - If Old is a target of the jump tables, update
587 bool MachineJumpTableInfo::ReplaceMBBInJumpTable(unsigned Idx,
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 822 ReplaceMBBInJumpTable(i, Old, New);
828 bool MachineJumpTableInfo::ReplaceMBBInJumpTable(unsigned Idx,
    [all...]

Completed in 2890 milliseconds