Searched defs:BlockIdx (Results 1 – 5 of 5) sorted by relevance
371 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local379 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local
197 PrettyStackTraceCFGElement(const CFGElement & Element,int BlockIdx,int ElementIdx,const char * Message) PrettyStackTraceCFGElement() argument 213 int BlockIdx; global() member in clang::dataflow::__anonad1e11cc0211::PrettyStackTraceCFGElement
525 for (int BlockIdx = (int)CyclePOT.size() - 1; BlockIdx >= 0; --BlockIdx) { printDefs() local 628 auto BlockIdx = FreshLabels.find_last(); computeJoinPoints() local [all...]
215 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in NewLeafBlock() local
667 std::vector<FlowJump *> findShortestPath(uint64_t BlockIdx) { in findShortestPath() argument