Home
last modified time | relevance | path

Searched defs:BlockIdx (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
HDTypeErasedDataflowAnalysis.cpp133 PrettyStackTraceCFGElement(const CFGElement &Element, int BlockIdx, in PrettyStackTraceCFGElement()
149 int BlockIdx; member in clang::dataflow::__anonff5228940211::PrettyStackTraceCFGElement
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDCallingConvLower.h371 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local
379 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { in AllocateRegBlock() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDGenericUniformityImpl.h521 for (int BlockIdx = (int)CyclePOT.size() - 1; BlockIdx >= 0; --BlockIdx) { in printDefs() local
624 auto BlockIdx = FreshLabels.find_last(); in computeJoinPoints() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLowerSwitch.cpp215 int BlockIdx = PN->getBasicBlockIndex(OrigBlock); in NewLeafBlock() local
HDSampleProfileInference.cpp667 std::vector<FlowJump *> findShortestPath(uint64_t BlockIdx) { in findShortestPath()