OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PDIUnrelatedWL
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
MergeFunctions.cpp
258
/// Fill
PDIUnrelatedWL
with instructions from the entry block that are
261
std::vector<Instruction *> &
PDIUnrelatedWL
);
266
/// Erase the instructions in
PDIUnrelatedWL
as they are unrelated to the
268
void eraseInstsUnrelatedToPDI(std::vector<Instruction *> &
PDIUnrelatedWL
);
509
// Erase the instructions in
PDIUnrelatedWL
as they are unrelated to the
512
std::vector<Instruction *> &
PDIUnrelatedWL
) {
517
while (!
PDIUnrelatedWL
.empty()) {
518
Instruction *I =
PDIUnrelatedWL
.back();
523
PDIUnrelatedWL
.pop_back();
551
//
PDIUnrelatedWL
with such instructions
[
all
...]
MergeFunctions.cpp
258
/// Fill
PDIUnrelatedWL
with instructions from the entry block that are
261
std::vector<Instruction *> &
PDIUnrelatedWL
);
266
/// Erase the instructions in
PDIUnrelatedWL
as they are unrelated to the
268
void eraseInstsUnrelatedToPDI(std::vector<Instruction *> &
PDIUnrelatedWL
);
509
// Erase the instructions in
PDIUnrelatedWL
as they are unrelated to the
512
std::vector<Instruction *> &
PDIUnrelatedWL
) {
517
while (!
PDIUnrelatedWL
.empty()) {
518
Instruction *I =
PDIUnrelatedWL
.back();
523
PDIUnrelatedWL
.pop_back();
551
//
PDIUnrelatedWL
with such instructions
[
all
...]
Completed in 104 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026