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

  /external/llvm/include/llvm/Transforms/Utils/
Local.h 147 /// FoldBranchToCommonDest - If this basic block is ONLY a setcc and a branch,
151 bool FoldBranchToCommonDest(BranchInst *BI, const DataLayout *DL = nullptr);
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 677 if (!FoldBranchToCommonDest(BI, DL)) continue;
    [all...]
SimplifyCFG.cpp     [all...]

Completed in 45 milliseconds