Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/fuzzer/dataflow/
H A DDataFlowCallbacks.cpp20 static inline bool BlockIsEntry(size_t BlockIdx) { in BlockIsEntry()
H A DDataFlow.cpp79 static inline bool BlockIsEntry(size_t BlockIdx) { in BlockIsEntry()
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp133 PrettyStackTraceCFGElement(const CFGElement & Element,int BlockIdx,int ElementIdx,const char * Message) PrettyStackTraceCFGElement() argument
149 int BlockIdx; global() member in clang::dataflow::__anon75e46e6d0211::PrettyStackTraceCFGElement
/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h371 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { AllocateRegBlock() local
379 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) { AllocateRegBlock() local
/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h521 for (int BlockIdx = (int)CyclePOT.size() - 1; BlockIdx >= 0; --BlockIdx) { in printDefs() local
624 auto BlockIdx = FreshLabels.find_last(); in computeJoinPoints() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp215 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf); in NewLeafBlock() local
H A DSampleProfileInference.cpp667 std::vector<FlowJump *> findShortestPath(uint64_t BlockIdx) { in findShortestPath()