Searched refs:PreEntryBlock (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp378 BasicBlock *PreEntryBlock,
382 BranchInst *createMergedBranch(BasicBlock *PreEntryBlock,
387 BasicBlock *PreEntryBlock,
1667 CHRScope *Scope, BasicBlock *PreEntryBlock) {
1679 assert((I->getParent() == PreEntryBlock ||
1681 "Must have been hoisted to PreEntryBlock or outside the scope");
1693 assert((I->getParent() == PreEntryBlock ||
1695 "Must have been hoisted to PreEntryBlock or outside the scope");
1735 BasicBlock *PreEntryBlock = EntryBlock; local
1738 // Clone the blocks in the scope (excluding the PreEntryBlock) t
1666 assertBranchOrSelectConditionHoisted( CHRScope *Scope, BasicBlock *PreEntryBlock) argument
1768 cloneScopeBlocks(CHRScope *Scope, BasicBlock *PreEntryBlock, BasicBlock *ExitBlock, Region *LastRegion, ValueToValueMapTy &VMap) argument
1821 createMergedBranch(BasicBlock *PreEntryBlock, BasicBlock *EntryBlock, BasicBlock *NewEntryBlock, ValueToValueMapTy &VMap) argument
1847 fixupBranchesAndSelects(CHRScope *Scope, BasicBlock *PreEntryBlock, BranchInst *MergedBR, uint64_t ProfileCount) argument
[all...]

Completed in 125 milliseconds