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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Dominators.h 281 class DominatorTreeWrapperPass : public FunctionPass {
287 DominatorTreeWrapperPass();
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Dominators.cpp 388 // DominatorTreeWrapperPass Implementation
396 char DominatorTreeWrapperPass::ID = 0;
398 DominatorTreeWrapperPass::DominatorTreeWrapperPass() : FunctionPass(ID) {
402 INITIALIZE_PASS(DominatorTreeWrapperPass, "domtree",
405 bool DominatorTreeWrapperPass::runOnFunction(Function &F) {
410 void DominatorTreeWrapperPass::verifyAnalysis() const {
417 void DominatorTreeWrapperPass::print(raw_ostream &OS, const Module *) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
SVEIntrinsicOpts.cpp 79 AU.addRequired<DominatorTreeWrapperPass>();
86 INITIALIZE_PASS_DEPENDENCY(DominatorTreeWrapperPass);
448 DominatorTree *DT = &getAnalysis<DominatorTreeWrapperPass>(*F).getDomTree();

Completed in 69 milliseconds