Home
last modified time | relevance | path

Searched defs:LCSSA (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLCSSA.cpp48 struct LCSSA : public LoopPass { struct
49 static char ID; // Pass identification, replacement for typeid
50 LCSSA() : LoopPass(ID) { in LCSSA() function
55 DominatorTree *DT;
56 std::vector<BasicBlock*> LoopBlocks;
57 PredIteratorCache PredCache;
58 Loop *L;
66 virtual void getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
79 virtual void verifyAnalysis() const { in verifyAnalysis()
85 bool inLoop(BasicBlock *B) const { in inLoop()