Searched defs:VisitedBBs (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | StructuralHash.cpp | 40 SmallPtrSet<const BasicBlock *, 16> VisitedBBs; in update() local
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86PadShortFunction.cpp | 91 DenseMap<MachineBasicBlock*, VisitedBBInfo> VisitedBBs; member
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | FunctionLoweringInfo.h | 172 SmallPtrSet<const BasicBlock*, 4> VisitedBBs; variable
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | FunctionComparator.cpp | 898 SmallPtrSet<const BasicBlock *, 32> VisitedBBs; // in terms of F1. in compare() local 969 SmallPtrSet<const BasicBlock *, 16> VisitedBBs; in functionHash() local
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | LoopInfoImpl.h | 314 SmallPtrSet<BlockT *, 8> VisitedBBs; in verifyLoop() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ReachingDefAnalysis.cpp | 414 SmallPtrSet<MachineBasicBlock*, 2> VisitedBBs; in getLiveOuts() local
|
H A D | CodeGenPrepare.cpp | 2506 SmallPtrSet<BasicBlock *, 4> VisitedBBs; in dupRetToEnableTailCallOpts() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 667 SmallPtrSet<MachineBasicBlock *, 8> VisitedBBs; in insertBranch() local 709 SmallPtrSet<MachineBasicBlock *, 8> VisitedBBs; in insertBranch() local 809 SmallPtrSet<MachineBasicBlock *, 8> VisitedBBs; in analyzeLoopForPipelining() local
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 2898 SmallPtrSet<const BasicBlock *, 8> VisitedBBs; in isNonEqualPHIs() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 9251 SmallPtrSet<BasicBlock*, 4> VisitedBBs; in vectorizeTree() local
|