OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shouldTailDuplicate
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
TailDuplicator.cpp
241
if (!
shouldTailDuplicate
(MF, IsSimple, *MBB))
506
bool TailDuplicator::
shouldTailDuplicate
(const MachineFunction &MF,
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
TailDuplication.cpp
98
bool
shouldTailDuplicate
(const MachineFunction &MF,
307
if (!
shouldTailDuplicate
(MF, IsSimple, *MBB))
525
///
shouldTailDuplicate
- Determine if it is profitable to duplicate this block.
527
TailDuplicatePass::
shouldTailDuplicate
(const MachineFunction &MF,
[
all
...]
Completed in 2064 milliseconds