HomeSort by: relevance | last modified time | path
    Searched refs:findJumpTables (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SwitchLoweringUtils.h 272 void findJumpTables(CaseClusterVector &Clusters, const SwitchInst *SI,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SwitchLoweringUtils.cpp 46 void SwitchCG::SwitchLowering::findJumpTables(CaseClusterVector &Clusters,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 707 SL->findJumpTables(Clusters, &SI, DefaultMBB, nullptr, nullptr);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 10971 SL->findJumpTables(Clusters, &SI, DefaultMBB, DAG.getPSI(), DAG.getBFI());

Completed in 60 milliseconds