OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convertIf
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
EarlyIfConversion.cpp
169
///
convertIf
- If-convert the last block passed to canConvertIf(), assuming
171
void
convertIf
(SmallVectorImpl<MachineBasicBlock*> &RemovedBlocks);
512
///
convertIf
- Execute the if conversion after canConvertIf has determined the
517
void SSAIfConv::
convertIf
(SmallVectorImpl<MachineBasicBlock*> &RemovedBlocks) {
640
//
convertIf
can remove TBB, FBB, and Tail can be merged into Head.
777
IfConv.
convertIf
(RemovedBlocks);
/external/skia/src/sksl/
SkSLIRGenerator.h
150
std::unique_ptr<Statement>
convertIf
(const ASTIfStatement& s);
SkSLIRGenerator.cpp
167
return this->
convertIf
((ASTIfStatement&) statement);
282
std::unique_ptr<Statement> IRGenerator::
convertIf
(const ASTIfStatement& s) {
[
all
...]
Completed in 950 milliseconds