Home
last modified time | relevance | path

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

/llvm-project/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp825 fixCFG(BinaryBasicBlock & IndCallBlock,const bool IsTailCall,const bool IsJumpTable,IndirectCallPromotion::BasicBlocksVector && NewBBs,const std::vector<Callsite> & Targets) const fixCFG() argument
966 const bool IsJumpTable = BF->getJumpTable(Inst); canPromoteCallsite() local
1109 const bool IsJumpTable = BB.getFunction()->getJumpTable(Inst); printCallsiteInfo() local
1186 const bool IsJumpTable = Function.getJumpTable(Inst); runOnFunctions() local
1266 const bool IsJumpTable = Function.getJumpTable(Inst); runOnFunctions() local
[all...]
/llvm-project/bolt/lib/Core/
H A DBinaryFunction.cpp3153 const bool IsJumpTable = LastInstr && BC.MIB->getJumpTable(*LastInstr); dumpGraph() local