Home
last modified time | relevance | path

Searched defs:BlockList (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h94 SmallVector<BBInfo *, 100> BlockList; in GetValue() local
115 BBInfo *BuildBlockList(BlkT *BB, BlockListTy *BlockList) { in BuildBlockList()
240 void FindDominators(BlockListTy *BlockList, BBInfo *PseudoEntry) { in FindDominators()
294 void FindPHIPlacement(BlockListTy *BlockList) { in FindPHIPlacement()
353 void FindAvailableVals(BlockListTy *BlockList) { in FindAvailableVals()
415 void FindExistingPHI(BlkT *BB, BlockListTy *BlockList) { in FindExistingPHI()
477 void RecordMatchingPHIs(BlockListTy *BlockList) { in RecordMatchingPHIs()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFBuilder.h128 using BlockList = std::vector<uint32_t>; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp144 pdb::yaml::StreamBlockList BlockList; in dumpStreamDirectory() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp194 for (auto &BlockList : ISELInstructions) { in expandAndMergeISELs() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp298 ulittle32_t *BlockList = generateLayout() local
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp299 BlockMeta* BlockList = nullptr; member in __anon00a841f00211::BumpPointerAllocator
[all...]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h393 SinglyLinkedList<BatchGroupT> BlockList = {}; member
H A Dprimary64.h527 SinglyLinkedList<BatchGroupT> BlockList = {}; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp370 [&ORE](SmallVectorImpl<BasicBlock *> &BlockList) -> BasicBlock * { in computeOutliningColdRegionsInfo()