Searched defs:IsRoot (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_id.h61 inline bool IsRoot() const { function in class:syncable::Id
71 return IsRoot();
H A Dsyncable.h416 inline bool IsRoot() const { function in class:syncable::Entry
418 return kernel_->ref(ID).IsRoot();
/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp632 bool IsRoot) {
644 if (!IsRoot) {
629 FindSingleUseMultiplyFactors(Value *V, SmallVectorImpl<Value*> &Factors, const SmallVectorImpl<ValueEntry> &Ops, bool IsRoot) argument

Completed in 59 milliseconds