Searched defs:BlockIdx (Results 1 – 5 of 5) sorted by relevance
371 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local 379 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local
133 PrettyStackTraceCFGElement(const CFGElement &Element, int BlockIdx, in PrettyStackTraceCFGElement()149 int BlockIdx; member in clang::dataflow::__anon57fc8b7a0211::PrettyStackTraceCFGElement
521 for (int BlockIdx = (int)CyclePOT.size() - 1; BlockIdx >= 0; --BlockIdx) { in printDefs() local624 auto BlockIdx = FreshLabels.find_last(); in computeJoinPoints() local
215 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in NewLeafBlock() local
667 std::vector<FlowJump *> findShortestPath(uint64_t BlockIdx) { in findShortestPath()