HomeSort by: relevance | last modified time | path
    Searched defs:LoopHeaders (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
JumpThreading.h 89 SmallPtrSet<const BasicBlock *, 16> LoopHeaders;
91 SmallSet<AssertingVH<const BasicBlock>, 16> LoopHeaders;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 225 ArrayRef<WeakVH> LoopHeaders;
272 const DataLayout &DL, ArrayRef<WeakVH> LoopHeaders,
274 : TTI(TTI), DTU(DTU), DL(DL), LoopHeaders(LoopHeaders), Options(Opts) {
6447 (!LoopHeaders.empty() && BB->hasNPredecessorsOrMore(2) &&
6448 (is_contained(LoopHeaders, BB) || is_contained(LoopHeaders, Succ)));
6809 ArrayRef<WeakVH> LoopHeaders) {
6810 return SimplifyCFGOpt(TTI, DTU, BB->getModule()->getDataLayout(), LoopHeaders,

Completed in 86 milliseconds