HomeSort by relevance Sort by last modified time
    Searched defs:PredDef (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp 561 BasicBlock *PredDef = GetValueEqualityComparisonCases(Pred->getTerminator(),
563 EliminateBlockCases(PredDef, PredCases); // Remove default from cases.
572 if (PredDef == TI->getParent()) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 755 BasicBlock *PredDef =
757 EliminateBlockCases(PredDef, PredCases); // Remove default from cases.
766 if (PredDef == TI->getParent()) {
    [all...]

Completed in 1212 milliseconds