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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndexYAML.h 101 io.enumCase(value, "BranchFunnel",
102 WholeProgramDevirtResolution::BranchFunnel);
ModuleSummaryIndex.h 939 BranchFunnel, ///< When retpoline mitigation is enabled, use a branch funnel
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 1302 Res->TheKind = WholeProgramDevirtResolution::BranchFunnel;
1983 if (Res.TheKind == WholeProgramDevirtResolution::BranchFunnel) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp 2984 case WholeProgramDevirtResolution::BranchFunnel:
2985 return "branchFunnel";
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 8301 /// ::= 'wpdRes' ':' '(' 'kind' ':' 'branchFunnel'
8319 WPDRes.TheKind = WholeProgramDevirtResolution::BranchFunnel;

Completed in 88 milliseconds