OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoopShape
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/WebAssembly/
Relooper.h
176
struct
LoopShape
: public LabeledShape {
179
LoopShape
() : LabeledShape(SK_Loop), Inner(nullptr) {}
Relooper.cpp
388
LoopShape
*Loop = new
LoopShape
();
743
std::function<void (
LoopShape
*)> loop) {
754
loop(cast<
LoopShape
>(var));
770
}, [&](
LoopShape
* Loop) {
788
}, [&](
LoopShape
* Loop){
797
LoopShape
*LastLoop = nullptr,
[
all
...]
Completed in 822 milliseconds