Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1830 BranchInst *NewBR = BranchInst::Create(NewEntryBlock, in createMergedBranch() local
1833 NewBR->insertInto(PreEntryBlock, PreEntryBlock->end()); in createMergedBranch()
1836 return NewBR; in createMergedBranch()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp2031 MachineInstr *NewBR = in optimizeThumb2Branches() local
2041 Br.MI = NewBR; in optimizeThumb2Branches()
/openbsd/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2430 SDNode *NewBR = in LowerBRCOND() local
2432 assert(NewBR == User); in LowerBRCOND()
2433 (void)NewBR; in LowerBRCOND()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5279 SDValue NewBR = DAG.getNode(ISD::BR, DL, BR->getVTList(), Ops); in LowerBRCOND() local
5280 DAG.ReplaceAllUsesWith(BR, NewBR.getNode()); in LowerBRCOND()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp26291 SDNode *NewBR = in LowerBRCOND() local
26293 assert(NewBR == User); in LowerBRCOND()
26294 (void)NewBR; in LowerBRCOND()