Searched refs:localDominates (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DOrderedInstructions.h40 bool localDominates(const Instruction *, const Instruction *) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DOrderedInstructions.cpp16 bool OrderedInstructions::localDominates(const Instruction *InstA, function in class:OrderedInstructions
36 return localDominates(InstA, InstB);
45 return localDominates(InstA, InstB);

Completed in 104 milliseconds