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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SimplifyCFGOptions.h 25 bool ForwardSwitchCondToPhi = false;
40 SimplifyCFGOptions &forwardSwitchCondToPhi(bool B) {
41 ForwardSwitchCondToPhi = B;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetMachine.cpp 344 .forwardSwitchCondToPhi(true)
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetMachine.cpp 469 .forwardSwitchCondToPhi(true)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 585 .forwardSwitchCondToPhi(true)
  /src/external/apache2/llvm/dist/llvm/lib/Passes/
PassBuilder.cpp 1262 .forwardSwitchCondToPhi(true)
2182 Result.forwardSwitchCondToPhi(Enable);

Completed in 117 milliseconds