Home
last modified time | relevance | path

Searched refs:NewBR (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1827 BranchInst *NewBR = BranchInst::Create(NewEntryBlock, in createMergedBranch() local
1830 NewBR->insertInto(PreEntryBlock, PreEntryBlock->end()); in createMergedBranch()
1833 return NewBR; in createMergedBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp2026 MachineInstr *NewBR = in optimizeThumb2Branches() local
2036 Br.MI = NewBR; in optimizeThumb2Branches()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2554 SDNode *NewBR = in LowerBRCOND() local
2556 assert(NewBR == User); in LowerBRCOND()
2557 (void)NewBR; in LowerBRCOND()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp6964 SDValue NewBR = DAG.getNode(ISD::BR, DL, BR->getVTList(), Ops); in LowerBRCOND() local
6965 DAG.ReplaceAllUsesWith(BR, NewBR.getNode()); in LowerBRCOND()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp25704 SDNode *NewBR = in LowerBRCOND() local
25706 assert(NewBR == User); in LowerBRCOND()
25707 (void)NewBR; in LowerBRCOND()