Searched defs:getJumpInstrTableEntryBound (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h599 virtual unsigned getJumpInstrTableEntryBound() const { function in class:llvm::TargetInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp7078 // This code must remain in sync with getJumpInstrTableEntryBound in this class!
7079 // In particular, getJumpInstrTableEntryBound must always return an upper bound
7088 // This code must remain in sync with getJumpInstrTableEntryBound in this class!
7089 // In particular, getJumpInstrTableEntryBound must always return an upper bound
7098 unsigned X86InstrInfo::getJumpInstrTableEntryBound() const { function in class:X86InstrInfo

Completed in 180 milliseconds