Searched refs:isRelocation (Results 1 – 5 of 5) sorted by relevance
158 if (!E.isRelocation()) in fixUpBlocks()
197 if (E.isRelocation()) { in processBlock()
29 [](Edge &E) { return E.isRelocation(); }); in getFirstRelocationEdge()
31 [](Edge &E) { return E.isRelocation(); }); in getFirstRelocationEdge()
79 bool isRelocation() const { return K >= FirstRelocation; } in isRelocation() function81 assert(isRelocation() && "Not a relocation edge"); in getRelocation()