|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/IR/Module.h 614 return make_range(begin(), end());
lib/Analysis/ModuleSummaryAnalysis.cpp 732 for (auto &F : M) {
lib/Analysis/MustExecute.cpp 400 for (auto &F : M)
lib/Bitcode/Writer/BitcodeWriter.cpp 1182 for (const Function &F : M) {
1308 for (const Function &F : M) {
2121 for (const Function &F : M)
3065 for (const Function &F : M) {
3834 for (const Function &F : M) {
4266 for (Module::const_iterator F = M.begin(), E = M.end(); F != E; ++F)
4584 for (const Function &F : M) {
lib/Bitcode/Writer/ValueEnumerator.cpp 122 for (const Function &F : M) {
137 for (const Function &F : M)
147 for (const Function &F : M) {
295 for (const Function &F : M)
308 for (const Function &F : M) {
331 for (const Function & F : M) {
364 for (const Function &F : M)
391 for (const Function &F : M) {
lib/CodeGen/AsmPrinter/WinCFGuard.cpp 47 for (const Function &F : *M)
lib/CodeGen/AsmPrinter/WinException.cpp 54 for (const Function &F : *M)
lib/CodeGen/MachineOutliner.cpp 1356 for (const Function &F : M) {
1373 for (const Function &F : M) {
lib/IR/AsmWriter.cpp 155 for (const Function &F : *M) {
298 for (const Function &F : *M)
311 for (const Function &F : *M)
958 for (const Function &F : *TheModule) {
2647 for (const Function &F : *M)
lib/IR/TypeFinder.cpp 50 for (const Function &FI : M) {
lib/IR/Verifier.cpp 367 for (const Function &F : M)
5126 for (const Function &F : M)
lib/LTO/UpdateCompilerUsed.cpp 73 for (const Function &F : TheModule) {
lib/ProfileData/SampleProfReader.cpp 508 for (auto &F : M)
888 for (auto &F : M)
lib/Target/NVPTX/NVPTXAsmPrinter.cpp 703 for (Module::const_iterator FI = M.begin(), FE = M.end(); FI != FE; ++FI) {
lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp 216 for (auto &F : M)
lib/Transforms/Utils/CloneModule.cpp 75 for (const Function &I : M) {
143 for (const Function &I : M) {
tools/verify-uselistorder/verify-uselistorder.cpp 194 for (const Function &F : M)
205 for (const Function &F : M) {
215 for (const Function &F : M) {
usr/include/c++/7.4.0/bits/range_access.h 68 end(_Container& __cont) -> decltype(__cont.end())
78 end(const _Container& __cont) -> decltype(__cont.end())
79 { return __cont.end(); }
utils/unittest/googletest/include/gtest/gtest-printers.h 378 it != container.end(); ++it, ++count) {