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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 213 DominatorTree *getDominatorTree() const { return DT; }
InstCombineMulDivRem.cpp 52 IC.getDominatorTree())) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 461 DominatorTree &getDominatorTree() const { return *DT; }
730 if (!ASan.getDominatorTree().dominates(I, Ret)) return false;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 642 DominatorTree &getDominatorTree() const { return *DT; }
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 442 //domTree = CFGTraits::getDominatorTree(pass);
531 domTree = CFGTraits::getDominatorTree(pass);
    [all...]

Completed in 427 milliseconds