OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeleteMachineBasicBlock
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineFunction.cpp
51
MBB->getParent()->
DeleteMachineBasicBlock
(MBB);
188
///
DeleteMachineBasicBlock
- Delete the given MachineBasicBlock.
191
MachineFunction::
DeleteMachineBasicBlock
(MachineBasicBlock *MBB) {
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFunction.h
369
///
DeleteMachineBasicBlock
- Delete the given MachineBasicBlock.
371
void
DeleteMachineBasicBlock
(MachineBasicBlock *MBB);
/external/llvm/include/llvm/CodeGen/
MachineFunction.h
525
///
DeleteMachineBasicBlock
- Delete the given MachineBasicBlock.
527
void
DeleteMachineBasicBlock
(MachineBasicBlock *MBB);
/external/llvm/lib/CodeGen/
MachineFunction.cpp
89
MBB->getParent()->
DeleteMachineBasicBlock
(MBB);
291
MachineFunction::
DeleteMachineBasicBlock
(MachineBasicBlock *MBB) {
[
all
...]
Completed in 50 milliseconds