Searched defs:BlockIdx (Results 1 – 7 of 7) sorted by relevance
20 static inline bool BlockIsEntry(size_t BlockIdx) { in BlockIsEntry()
79 static inline bool BlockIsEntry(size_t BlockIdx) { in BlockIsEntry()
133 PrettyStackTraceCFGElement(const CFGElement & Element,int BlockIdx,int ElementIdx,const char * Message) PrettyStackTraceCFGElement() argument 149 int BlockIdx; global() member in clang::dataflow::__anon75e46e6d0211::PrettyStackTraceCFGElement
371 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { AllocateRegBlock() local 379 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { AllocateRegBlock() local
521 for (int BlockIdx = (int)CyclePOT.size() - 1; BlockIdx >= 0; --BlockIdx) { in printDefs() local624 auto BlockIdx = FreshLabels.find_last(); in computeJoinPoints() local
215 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf); in NewLeafBlock() local
667 std::vector<FlowJump *> findShortestPath(uint64_t BlockIdx) { in findShortestPath()