Home
last modified time | relevance | path

Searched defs:JumpTables (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DJumpInstrTableInfo.h48 typedef DenseMap<FunctionType *, std::vector<JumpPair> > JumpTables; typedef
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h80 std::vector<MachineJumpTableEntry> JumpTables; variable