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.cpp1837 BranchInst *NewBR = BranchInst::Create(NewEntryBlock, in createMergedBranch() local
1840 NewBR->insertInto(PreEntryBlock, PreEntryBlock->end()); in createMergedBranch()
1843 return NewBR; in createMergedBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp2045 MachineInstr *NewBR = in optimizeThumb2Branches() local
2055 Br.MI = NewBR; in optimizeThumb2Branches()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2553 SDNode *NewBR = in LowerBRCOND() local
2555 assert(NewBR == User); in LowerBRCOND()
2556 (void)NewBR; in LowerBRCOND()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp6607 SDValue NewBR = DAG.getNode(ISD::BR, DL, BR->getVTList(), Ops); in LowerBRCOND() local
6608 DAG.ReplaceAllUsesWith(BR, NewBR.getNode()); in LowerBRCOND()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24853 SDNode *NewBR = in LowerBRCOND() local
24855 assert(NewBR == User); in LowerBRCOND()
24856 (void)NewBR; in LowerBRCOND()