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

  /external/llvm/lib/IR/
Dominators.cpp 302 // DominatorTreeAnalysis and related pass implementations
305 // This implements the DominatorTreeAnalysis which is used with the new pass
310 DominatorTree DominatorTreeAnalysis::run(Function &F) {
316 char DominatorTreeAnalysis::PassID;
323 AM->getResult<DominatorTreeAnalysis>(F).print(OS);
330 AM->getResult<DominatorTreeAnalysis>(F).verifyDomTree();
  /external/llvm/include/llvm/IR/
Dominators.h 170 class DominatorTreeAnalysis {
182 static StringRef name() { return "DominatorTreeAnalysis"; }
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 690 auto &DT = AM->getResult<DominatorTreeAnalysis>(F);
701 PA.preserve<DominatorTreeAnalysis>();
  /external/llvm/lib/Analysis/
LoopInfo.cpp 682 LI.Analyze(AM->getResult<DominatorTreeAnalysis>(F));
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 159 milliseconds