Searched defs:changedSince (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h83 /// changedSince - Return true if the union change since getTag returned tag.
84 bool changedSince(unsigned tag) const { return tag != Tag; } function in class:llvm::LiveIntervalUnion
144 LiveUnion == LIU && !LIU->changedSince(Tag)) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLiveIntervalUnion.h88 /// changedSince - Return true if the union change since getTag returned tag.
89 bool changedSince(unsigned tag) const { return tag != Tag; } function in class:llvm::LiveIntervalUnion
143 LiveUnion == LIU && !LIU->changedSince(Tag)) {

Completed in 149 milliseconds