OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OldInst
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/CodeGen/
BranchFolding.h
100
void ReplaceTailWithBranchTo(MachineBasicBlock::iterator
OldInst
,
BranchFolding.cpp
383
/// ReplaceTailWithBranchTo - Delete the instruction
OldInst
and everything
385
void BranchFolder::ReplaceTailWithBranchTo(MachineBasicBlock::iterator
OldInst
,
387
MachineBasicBlock *CurMBB =
OldInst
->getParent();
389
TII->ReplaceTailWithBranchTo(
OldInst
, NewDest);
[
all
...]
/external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp
193
MachineBasicBlock::iterator
OldInst
= I;
199
OldInst
->eraseFromParent();
/external/llvm/include/llvm/Target/
TargetInstrInfo.h
303
/// ReplaceTailWithBranchTo - Delete the instruction
OldInst
and everything
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrInfo.cpp
[
all
...]
Completed in 64 milliseconds